Modify ↓
#1325 closed defect (fixed)
Unclosed tag on milestone pages
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | roadmap | Version: | 0.8.1 |
Severity: | trivial | Keywords: | invalid xhtml unclosed tag |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In Trac 0.8.1, viewing a specific milestone gives a page with an unclosed tag, <input name="showempty" id="showempty" type="checkbox">
which should be <input name="showempty" id="showempty" type="checkbox" />
.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 19 years ago
Component: | general → roadmap |
---|---|
Priority: | normal → low |
Severity: | normal → trivial |
Note:
See TracTickets
for help on using tickets.
This has been fixed some time ago.