Opened 18 years ago
Closed 18 years ago
#6306 closed defect (bug) (fixed)
Having only one comment results in invalid dashboard HTML
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.5 | Priority: | lowest |
| Severity: | minor | Version: | 2.5 |
| Component: | Administration | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
If you only have the one default comment, it results in an empty <ul> in the recent comments list.
A solution is to conditionally output that <ul> or if we're lazy, just do <li style="display:none"></li> immediately after it.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [7429]) Fix dash markup when there's only one comment. Props mdawaffe. fixes #6306