Modify ↓
Opened 11 years ago
Closed 11 years ago
#11898 closed defect (fixed)
Invalid HTML on ticket delete page
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.3 |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | ticket-delete |
| Cc: | Branch: | ||
| Release Notes: |
Removed one instance of duplicate |
||
| API Changes: | |||
| Internal Changes: | |||
Description
The ticket delete page has two elements with id trac-ticket-title:
<h1 id="trac-ticket-title"> Delete <a href="/ticket/56">Ticket #56</a> <span class="status">(new defect)</span> </h1>
<h1 id="trac-ticket-title" class="searchable"> <span class="summary">The ticket summary</span> </h1>
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
| Status: | new → assigned |
|---|
comment:2 by , 11 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



The following changes looks to be sufficient:
tracopt/ticket/templates/ticket_delete.html
id="trac-ticket-title">The CSS rules for
trac-ticket-titleappear to result in negligible changes to the styling of theh1: tags/trac-1.0.2/trac/htdocs/css/ticket.css@:48-52#L47. I suspect they were only meant to apply to ticket_box.html.