Ticket #3709 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 2 years ago

WP Admin → Options → Reading page has invalid XHTML

Reported by: JeremyVisser Assigned to: anonymous
Priority: normal Milestone: 2.1.1
Component: Administration Version: 2.1
Severity: normal Keywords: needs-patch
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

01/29/07 16:44:38 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

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

01/29/07 16:44:49 changed by markjaquith

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

01/29/07 22:11:05 changed by JeremyVisser

Thanks very much.