[wp-trac] [WordPress Trac] #3833: Extra </p> inside blockquote
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 21 19:01:26 GMT 2007
#3833: Extra </p> inside blockquote
----------------------------+-----------------------------------------------
Reporter: audwan | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.1.2
Component: Administration | Version: 2.1
Severity: normal | Keywords: blockquote invalid list paragraph tags
----------------------------+-----------------------------------------------
When using blockquote </p> is inserted directly in front of </blockquote>,
making the code invalid XHTML.
Example:
{{{
<blockquote>This is a blockquote</blockquote>
}}}
Gives the following result:
{{{
<blockquote>This is a blockquote</p></blockquote>
}}}
If you use blockquotes inside lists and type text after the blockquote is
closed, <p> is inserted, but never closed.
For example:
{{{
<ul>
<li><blockquote>This is a blockquote</blockquote> with more text</li>
</ul>
}}}
Gives the following result:
{{{
<ul>
<li><blockquote>This is a blockquote</p></blockquote><p> with more
text</li>
</ul>
}}}
Seems like [http://wordpress.org/support/topic/106474 this forum thread]
adresses the same issue in the support forum.
--
Ticket URL: <http://trac.wordpress.org/ticket/3833>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list