[jira] [Created] (HADOOP-7827) jsp pages missing DOCTYPE

2011-11-16 Thread Dave Vronay (Created) (JIRA)
jsp pages missing DOCTYPE - Key: HADOOP-7827 URL: https://issues.apache.org/jira/browse/HADOOP-7827 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.20.203.0 Reporter: Dave Vronay

DOCTYPE missing

2011-11-16 Thread Dave Vronay
I noticed that all of the jsp pages in the \webapps tree do not emit a DOCTYPE declaration. This causes the pages to render incorrectly in some browsers. For instance, IE9 will not by default render the SVG on the jobtracker page. The fix should be trivial, affecting those 30 or so files. We