[wp-trac] [WordPress Trac] #3833: Extra </p> inside blockquote
WordPress Trac
noreply at wordpress.org
Wed Aug 28 08:33:27 UTC 2013
#3833: Extra </p> inside blockquote
----------------------------------------+---------------------------------
Reporter: audwan | Owner: Archibald Leaurees
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Future Release
Component: Formatting | Version: 2.7
Severity: normal | Resolution: invalid
Keywords: has-patch needs-unit-tests |
----------------------------------------+---------------------------------
Changes (by c3mdigital):
* status: new => closed
* resolution: => invalid
Comment:
'''The Last example in comment:25 now works:'''
{{{
<blockquote><p>This is a blockquote</p></blockquote>
}}}
'''In comment:9 The example listed as failing now works:'''
{{{
<p> text before
</p><div class="whatever">
<blockquote>
text inside the blockquote tag
<p></p></blockquote>
<p> Some text inside the div embedding the blockquote and after the
closing blockquote tag
</p></div>
}}}
Closing. If there are still issues with wpautop() please reopen or open a
new ticket.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/3833#comment:26>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list