Opened 12 years ago

Closed 12 years ago

Last modified 12 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@…> 12 years ago.
patch to add doc type to backend status page

Download all attachments as: .zip

Change History (6)

Changed 12 years ago by chue xiong <talk2chue@…>

Attachment: index.html.patch added

patch to add doc type to backend status page

comment:1 Changed 12 years ago by chue xiong <talk2chue@…>

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

comment:2 Changed 12 years ago by beirdo

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 12 years ago by beirdo

Owner: set to beirdo
Status: newassigned

comment:4 Changed 12 years ago by Gavin Hurlbut <ghurlbut@…>

Resolution: fixed
Status: assignedclosed

In acaccbb983690589ba663418d6d2f53f6c341c7c/mythtv:

Add a doctype to index.html for the backend server

Fixes #10639

comment:5 Changed 12 years ago by beirdo

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