Opened 9 years ago
Closed 9 years ago
Last modified 9 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)
Changed 9 years ago by
Attachment: | index.html.patch added |
---|
comment:1 Changed 9 years ago by
I added a patch that implements the proposed solution in my original text.
comment:2 Changed 9 years ago by
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 Changed 9 years ago by
Owner: | set to beirdo |
---|---|
Status: | new → assigned |
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 9 years ago by
Milestone: | unknown → 0.26 |
---|
Note: See
TracTickets for help on using
tickets.
patch to add doc type to backend status page