#3709 closed defect (bug) (fixed)
WP Admin → Options → Reading page has invalid XHTML
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
(In [4828]) XHTML validation fixes and <!--more--> typo correction for Reading Options page. Props JeremyVisser. fixes #3709