Opened 19 years ago
Closed 19 years ago
#1589 closed defect (bug) (fixed)
options-personal.php has improper element nesting
Reported by: | 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)
Change History (2)
Note: See
TracTickets for help on using
tickets.
A trivial patch to fix the issue