Modify ↓
Opened 19 years ago
Closed 19 years ago
#1928 closed defect (fixed)
timeline.cs misses <dl> closing element
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | timeline | Version: | devel |
Severity: | normal | Keywords: | xhtml validation |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
timeline.cs fails validation due to a missing </dl>.
Not 100% sure if this is the correct place to terminate it. Is this ok if timeline has no items yet?
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | trac templates timeline.cs.diff added |
---|
comment:1 by , 19 years ago
Component: | browser → timeline |
---|---|
Status: | new → assigned |
There's already a conditional for adding the close tag, but it is checking the wrong HDF node. Doh!
Note:
See TracTickets
for help on using tickets.
Fix for timeline.cs