Opened 15 years ago
Closed 15 years ago
#11591 closed (fixed)
Fix invalid HTML in tabular.html
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The tabular inline template uses <thead> but not <tbody>. This causes the resulting pages to to fail to validate. The attached patch addresses the issue.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | tabular.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Component: | Uncategorized → django.contrib.admin |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Version: | 1.0 → SVN |
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r11489, thanks.