[wp-trac] [WordPress Trac] #14674: HR destroys HTML
WordPress Trac
noreply at wordpress.org
Fri May 8 08:55:30 UTC 2015
#14674: HR destroys HTML
-------------------------------+-----------------------------
Reporter: thomask | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Future Release
Component: Formatting | Version: 3.0.1
Severity: normal | Resolution:
Keywords: wpautop has-patch | Focuses:
-------------------------------+-----------------------------
Comment (by chriscct7):
This is wierd. I think I know why me and @MikeHansonMe can't replicate
this.
Depending on the browser used, the browsers try to fix the error I think.
This is what I get in Chrome:
{{{
<p>some text</p>
<hr>some other text<p></p>
}}}
but this is what I get in FireFox:
{{{
<p>some text</p>
<hr></hr>some other text<p></p>
}}}
What browser are you using?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/14674#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list