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: chue xiong <talk2chue@…> 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)

index.html.patch (22 bytes ) - added by chue xiong <talk2chue@…> 14 years ago.
patch to add doc type to backend status page

Download all attachments as: .zip

Change History (6)

by chue xiong <talk2chue@…>, 14 years ago

Attachment: index.html.patch added

patch to add doc type to backend status page

comment:1 by chue xiong <talk2chue@…>, 14 years ago

I added a patch that implements the proposed solution in my original text.

comment:2 by beirdo, 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 beirdo, 14 years ago

Owner: set to beirdo
Status: newassigned

comment:4 by Gavin Hurlbut <ghurlbut@…>, 14 years ago

Resolution: fixed
Status: assignedclosed

In acaccbb983690589ba663418d6d2f53f6c341c7c/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:5 by beirdo, 14 years ago

Milestone: unknown0.26
Note: See TracTickets for help on using tickets.