﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
3833,Extra </p> inside blockquote,audwan,Archibald Leaurees,"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>
}}}

Seems like [http://wordpress.org/support/topic/106474 this forum thread] adresses the same issue in the support forum.",defect (bug),new,normal,Future Release,Formatting,2.7,normal,,has-patch needs-unit-tests,Archibald Leaurees MikeHansenMe
