Make WordPress Core

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's profile mfields Owned by: nacin's profile 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)

18570.diff (1.1 KB) - added by mfields 13 years ago.

Download all attachments as: .zip

Change History (4)

@mfields
13 years ago

#1 @SergeyBiryukov
13 years ago

  • Milestone changed from Awaiting Review to 3.3

#2 @SergeyBiryukov
13 years ago

  • Keywords commit added

#3 @nacin
13 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [18648]:

Fix attribute spacing. props mfields, fixes #18570.

Note: See TracTickets for help on using tickets.