Opened 17 years ago
Closed 17 years ago
#6214 closed defect (bug) (fixed)
XHTML output by meta_form() is invalid
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
In templates.php, the function meta_form() outputs the following line of bad code:
<td style="text-align: right;" style="width: 18%;">
I've attached a trivial patch to correct this.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Merge two style attributes into one.