[wp-trac] [WordPress Trac] #3833: Extra </p> inside blockquote
WordPress Trac
noreply at wordpress.org
Wed Aug 28 14:51:30 UTC 2013
#3833: Extra </p> inside blockquote
----------------------------------------+---------------------------------
Reporter: audwan | Owner: Archibald Leaurees
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Future Release
Component: Formatting | Version: 2.7
Severity: normal | Resolution:
Keywords: has-patch needs-unit-tests |
----------------------------------------+---------------------------------
Changes (by SergeyBiryukov):
* status: closed => reopened
* resolution: invalid =>
Comment:
The last example in comment:9 still fails for me in trunk:
{{{
wpautop('
text before <div class="whatever"><blockquote>
text inside the blockquote tag
</blockquote>
Some text inside the div embedding the blockquote and after the
closing blockquote tag
</div>
')
}}}
returns
{{{
<p> text before
<div class="whatever">
<blockquote>
text inside the blockquote tag
</p></blockquote>
<p> Some text inside the div embedding the blockquote and after the
closing blockquote tag
</p></div>
}}}
The last example in comment:25 also fails, exactly as described.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/3833#comment:27>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list