#2205 closed defect (bug) (worksforme)
Omit br element inside object or script elements
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Optimization | Version: | 2.0 |
| Severity: | major | Keywords: | script object |
| Cc: |
Description
I think it would be nice to not just wrap everything in p elements.
Blogger allows the user to choose if a line break should be interpreted as a br element or not. Slashdot allows the person writing a comment to choose if the comment is HTML (you actually have to type in the br elements yourself), plain old text, or other options.
I feel we can come up with a better or smarter 'interpreter', it should be able to tell apart objects, scripts and other things.
I understand that javascript in posts is a no-no (it wouldn't be safe or standards compliant to include it in RSS,... but I think that pages should be able to handle javascript.
Change History (2)
Note: See
TracTickets for help on using
tickets.

I believe this was fixed in another commit.