Trying empty doctypes to emulate HTML 5

svn path=/branches/design/; revision=18312
This commit is contained in:
ato 2010-11-13 13:55:50 +00:00
parent bc8c03a2bb
commit 76d29fa351

View File

@ -8,7 +8,7 @@
doctype-system="http://www.w3.org/TR/REC-html40/loose.dtd"/>
-->
<xsl:output method="html" encoding="utf-8" indent="yes" />
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-public="" doctype-system="" />
<!-- The top level element of the input file is "buildinfo" -->
<xsl:template match="buildinfo">