[wp-trac] [WordPress Trac] #15006: Invalid Content Markup
WordPress Trac
noreply at wordpress.org
Sat Aug 24 01:44:29 UTC 2013
#15006: Invalid Content Markup
---------------------------------+------------------------------
Reporter: miqrogroove | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: 3.0
Severity: minor | Resolution:
Keywords: needs-patch wpautop |
---------------------------------+------------------------------
Comment (by c3mdigital):
In Trunk at r25093 The closing tag for the 2nd p element is not stripped.
{{{
<p style="text-align: right;">Text Here</p>
<p style="text-align: right;">
</p><p>More Text Here</p>
}}}
If I switch to visual editor the 2nd p element gets removed.
{{{
<p style="text-align: right;">Text Here</p>
<p>More Text Here</p>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15006#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list