Opened 13 years ago
Closed 13 years ago
#18570 closed defect (bug) (fixed)
Add whitespace to html attributes in custom-background.php
Reported by: | mfields | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | minor | Version: | 3.2 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
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">
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In [18648]: