Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#6214 closed defect (bug) (fixed)

XHTML output by meta_form() is invalid

Reported by: quandary's profile Quandary Owned by:
Milestone: 2.5 Priority: normal
Severity: normal Version: 2.5
Component: General Keywords: has-patch
Focuses: Cc:

Description

In templates.php, the function meta_form() outputs the following line of bad code:

<td style="text-align: right;" style="width: 18%;">

I've attached a trivial patch to correct this.

Attachments (1)

MergeDupStyleAttributes.diff (539 bytes) - added by Quandary 17 years ago.
Merge two style attributes into one.

Download all attachments as: .zip

Change History (2)

@Quandary
17 years ago

Merge two style attributes into one.

#1 @ryan
17 years ago

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

(In [7279]) Merge style attributes. Props Quandary. fixes #6214

Note: See TracTickets for help on using tickets.