Fixed XSLT issue uncovered by a recent Microsoft Edge release

This commit is contained in:
Jeff Parsons 2015-12-13 11:06:38 -08:00
commit 51d187f145
14 changed files with 1027 additions and 1000 deletions

View file

@ -7,7 +7,7 @@
]>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output doctype-system="about:legacy-compat"/>
<xsl:output doctype-system="about:legacy-compat" method="html"/>
<xsl:include href="common.xsl"/>
<!-- There is no "shared" components.xsl, so we just pick one to eliminate IDE inspection warnings -->