summaryrefslogtreecommitdiffstats
path: root/docs/xsl/nochunks.xsl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-10-29 00:50:52 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-29 00:50:52 +0200
commit6ada7f80311195c466783f5b4dcae53989f47fa8 (patch)
tree781d6665391be9a8f59703b1936e7e3e5db97f12 /docs/xsl/nochunks.xsl
parentcffe0e7b45e167d77c19ff76edbb589624004deb (diff)
downloadbugzilla-6ada7f80311195c466783f5b4dcae53989f47fa8.tar.gz
bugzilla-6ada7f80311195c466783f5b4dcae53989f47fa8.tar.xz
Bug 252109: Bugzilla docs fail w3c validation
r=glob a=LpSolit
Diffstat (limited to 'docs/xsl/nochunks.xsl')
-rw-r--r--docs/xsl/nochunks.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/xsl/nochunks.xsl b/docs/xsl/nochunks.xsl
index 12d901653..bb0d69625 100644
--- a/docs/xsl/nochunks.xsl
+++ b/docs/xsl/nochunks.xsl
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:output method="html" encoding="UTF-8" indent="no"/>
+ <xsl:output method="html" encoding="UTF-8" indent="no"
+ doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
+ doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
<!-- Include default bugzilla XSL -->
<xsl:include href="bugzilla-docs.xsl"/>
<!-- No other params necessary -->