Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#10639 closed Bug Report - General (fixed)
MythBackEnd status page does not render correctly in Internet Explorer
| Reported by: | Owned by: | beirdo | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26 |
| Component: | MythTV - General | Version: | 0.25 |
| Severity: | low | Keywords: | mythbackend status |
| Cc: | Ticket locked: | no |
Description
IE (I'm using version 9) does not render the backend status webpage correctly. In looking at the source, the web page does not have an html document type.
Web page in question: mythtv / mythtv / html / index.html
Proposed solution: Add document type for HTML 5 to top of page
<!DOCTYPE html>
Attachments (1)
Change History (6)
by , 14 years ago
| Attachment: | index.html.patch added |
|---|
comment:1 by , 14 years ago
I added a patch that implements the proposed solution in my original text.
comment:2 by , 14 years ago
The index.html page cited is not for the backend status webpage, per se. However, the proposed change shouldn't hurt anything. Please retest after this has been committed.
comment:3 by , 14 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:5 by , 14 years ago
| Milestone: | unknown → 0.26 |
|---|

patch to add doc type to backend status page