Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3709 closed defect (bug) (fixed)

WP Admin → Options → Reading page has invalid XHTML

Reported by: jeremyvisser's profile JeremyVisser Owned by:
Milestone: 2.1.1 Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords: needs-patch
Focuses: Cc:

Description

In the WordPress Administration, going to Options → Reading, you will get invalid XHTML. A </td> appears to be overlapping with a </fieldset>. Reversing the order of those two tags should fix the problem.

This causes a site with the html_type option set to application/xhtml+xml to break.

Tomorrow I'll create a patch (it's 12:30am), unless someone else gets there first.

Change History (3)

#1 @markjaquith
18 years ago

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

(In [4828]) XHTML validation fixes and <!--more--> typo correction for Reading Options page. Props JeremyVisser. fixes #3709

#2 @markjaquith
18 years ago

(In [4829]) XHTML validation fixes and <!--more--> typo correction for Reading Options page. Props JeremyVisser. fixes #3709

#3 @JeremyVisser
18 years ago

Thanks very much.

Note: See TracTickets for help on using tickets.