[wp-trac] [WordPress Trac] #4857: More issues with wpautop()
WordPress Trac
wp-trac at lists.automattic.com
Wed Aug 29 06:47:01 GMT 2007
#4857: More issues with wpautop()
--------------------------+-------------------------------------------------
Reporter: Viper007Bond | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.3
Component: Template | Version: 2.3
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
''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>
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4857>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list