Opened 17 years ago
Closed 17 years ago
#7518 closed defect (fixed)
MythTV status page has invalid html
| Reported by: | Owned by: | sphery | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | MythTV - General | Version: | head |
| Severity: | low | Keywords: | html validation |
| Cc: | Ticket locked: | no |
Description
The page generated at http://server:6544/ generated from the code in httpstatus.cpp is not valid xhtml.
Attached is a patch which fixes the invalid html sections
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | htmlfix.patch added |
|---|
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
(In [22767]) Fix XHTML compliance issues in the backend status page using patch from Malard with an additional change just like it that was needed in a conditionally-displayed section of the page. Fixes #7518.
Though it looks like a lot of changes, it really amounts to fixing a couple of list-item end tags and the rest is spacing fixes required after the change.
Note:
See TracTickets
for help on using tickets.

patch file for html validation fix