diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-29 00:50:52 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-29 00:50:52 +0200 |
commit | 6ada7f80311195c466783f5b4dcae53989f47fa8 (patch) | |
tree | 781d6665391be9a8f59703b1936e7e3e5db97f12 /docs/xsl | |
parent | cffe0e7b45e167d77c19ff76edbb589624004deb (diff) | |
download | bugzilla-6ada7f80311195c466783f5b4dcae53989f47fa8.tar.gz bugzilla-6ada7f80311195c466783f5b4dcae53989f47fa8.tar.xz |
Bug 252109: Bugzilla docs fail w3c validation
r=glob a=LpSolit
Diffstat (limited to 'docs/xsl')
-rw-r--r-- | docs/xsl/nochunks.xsl | 4 |
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 --> |