[wp-trac] [WordPress Trac] #20369: HTML captions: Using double quotes for attributes breaks the ouput
WordPress Trac
wp-trac at lists.automattic.com
Thu Apr 5 15:32:48 UTC 2012
#20369: HTML captions: Using double quotes for attributes breaks the ouput
--------------------------+-------------------------
Reporter: ocean90 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.4
Component: Editor | Version: 3.4
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------
Input:
{{{
<a href="http://google.de>Google</a> <span class="foo">Bar</span>
}}}
HTML editor output:
{{{
<a hrefArray>Google</a> <span classArray>Bar</span>
}}}
Visual editor output:
{{{
<a>Google</a> <span>Bar</span>
}}}
----
Confirmed by sabreuse too.
Related: #18311
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20369>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list