Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#1589 closed defect (bug) (fixed)

options-personal.php has improper element nesting

Reported by: idansof's profile idansof Owned by:
Milestone: Priority: normal
Severity: trivial Version: 1.6
Component: Administration Keywords: xhtml html
Focuses: Cc:

Description

options-personal.php's form contains a missing opening <fieldset> element, however, the closing <fieldset> was not omitted.

As a result, the resulting document fails the well-formness test, and thus invalid XHTML

Attachments (1)

fix_1589.patch (719 bytes) - added by idansof 19 years ago.
A trivial patch to fix the issue

Download all attachments as: .zip

Change History (2)

@idansof
19 years ago

A trivial patch to fix the issue

#1 @ryan
19 years ago

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

(In [2853]) Add missing fieldset tag. Props idansof. fixes #1589

Note: See TracTickets for help on using tickets.