[wp-trac] [WordPress Trac] #20415: big tags formatted incorrectly in rss
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 11 06:45:14 UTC 2012
#20415: big tags formatted incorrectly in rss
--------------------------+-----------------------------
Reporter: qdinar | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
several (doubled, tripled) big tags formatted incorrectly in rss, may be
single big tags behave same way
what is formatted
{{{
<blockquote><p><big><big>123</big></big></p>
<p><big><big>123</big></big></p></blockquote>
}}}
in normal view is formatted
{{{
<blockquote><p><big><big>123</big></big></p>
<p>123</p></blockquote>
}}}
in rss.
( and it is just
{{{
<blockquote><big><big>123
123</big></big></blockquote>
}}}
in editor)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20415>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list