﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18570,Add whitespace to html attributes in custom-background.php,mfields,nacin,"Currently trunk as well as 3.2 output the following markup in /wp-admin/custom-background.php.
{{{
<span  style=""display:none""class=""hide-if-no-js"" id=""clearcolor"">
}}}

While I am not experiencing any visual errors, I thought it would be a good idea to report this in case certain browsers have issues with mashed-together attributes.

Best-case scenario would be to output the following markup:

{{{
<span style=""display:none"" class=""hide-if-no-js"" id=""clearcolor"">
}}}",defect (bug),closed,normal,3.3,Administration,3.2,minor,fixed,has-patch commit,
