[jira] [Created] (HADOOP-7827) jsp pages missing DOCTYPE
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
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