summaryrefslogtreecommitdiff
path: root/docs/html-to-website-xml.xsl
diff options
context:
space:
mode:
authorJim Apperly <jim@rabbitmq.com>2011-09-06 12:44:07 +0100
committerJim Apperly <jim@rabbitmq.com>2011-09-06 12:44:07 +0100
commit5e96681a71840e691b8764f11193205c029041a8 (patch)
tree73c7fb04a59a79073a7bc13600f83b259eab8423 /docs/html-to-website-xml.xsl
parentf01aa54d509b72601222e2adff1201e36521d395 (diff)
downloadrabbitmq-server-git-5e96681a71840e691b8764f11193205c029041a8.tar.gz
Remove fake doctype from man pages
Diffstat (limited to 'docs/html-to-website-xml.xsl')
-rw-r--r--docs/html-to-website-xml.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html-to-website-xml.xsl b/docs/html-to-website-xml.xsl
index 4bfcf6ca50..88aa2e78f7 100644
--- a/docs/html-to-website-xml.xsl
+++ b/docs/html-to-website-xml.xsl
@@ -6,7 +6,7 @@
<xsl:param name="original"/>
-<xsl:output method="xml" doctype-public="bug in xslt processor requires fake doctype" doctype-system="otherwise css isn't included" />
+<xsl:output method="xml" />
<xsl:template match="*"/>