Opened 21 months ago
Closed 21 months ago
#18570 closed defect (bug) (fixed)
Add whitespace to html attributes in custom-background.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Administration | Version: | 3.2 |
| Severity: | minor | Keywords: | has-patch commit |
| 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]: