﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
4857,More issues with wpautop(),Viper007Bond,mdawaffe,"''Not sure if this should slide into 2.3 or if it can wait for 2.4. Change as need be.''

`wpautop()` has issues with closing `</p>`'s when it comes to HTML.

For example:

{{{
Foo<div>Bar</div>
}}}

Results in:

{{{
<p>Foo
<div>Bar</div>
}}}",defect (bug),accepted,low,Future Release,Formatting,2.3,normal,,wpautop needs-patch needs-unit-tests,wptrac@…
