[wp-trac] [WordPress Trac] #4403: autop duplicates tags when
editing comments
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 4 17:17:32 GMT 2007
#4403: autop duplicates tags when editing comments
----------------------------+-----------------------------------------------
Reporter: ryan | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.2.1
Component: Administration | Version: 2.2.1
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
Create a comment with the text "test".
Edit the comment, you will see this in the textarea.
{{{
<p>test</p>
}}}
Click "Edit Comment" to save the comment. Don't make any changes.
Edit it again. The textarea now has this:
{{{
<p><p>test</p></p>
}}}
Save and edit a third time and you get:
{{{
<p><p></p><p>test</p></p>
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4403>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list