[wp-trac] [WordPress Trac] #15564: Sequential <br> tags are stripped from posts on update/publish (was: <br> tags are stripped from posts on update/publish)
WordPress Trac
wp-trac at lists.automattic.com
Thu Nov 25 17:54:16 UTC 2010
#15564: Sequential <br> tags are stripped from posts on update/publish
--------------------------+-------------------------------------------------
Reporter: markel | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.1
Severity: major | Resolution: wontfix
Keywords: |
--------------------------+-------------------------------------------------
Changes (by azaozz):
* status: new => closed
* resolution: => wontfix
Comment:
I think you meant sequential tags as single <br> tags work properly. I'm
not sure which one is worse:
{{{
<p>some text</p>
<br>
<br>
<br>
}}}
or
{{{
<p>some text</p>
<p> </p>
}}}
However most new browsers would disregard improperly used <br> and not
show them as white space anyways.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15564#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list