diff options
author | Jim Apperly <jim@rabbitmq.com> | 2011-09-06 12:44:07 +0100 |
---|---|---|
committer | Jim Apperly <jim@rabbitmq.com> | 2011-09-06 12:44:07 +0100 |
commit | 07731f9c259a361025ae09847840c85424575fa7 (patch) | |
tree | 73c7fb04a59a79073a7bc13600f83b259eab8423 /docs | |
parent | 5e6b11369cd3a4c35f1681cdf3bda33c521cb5d0 (diff) | |
download | rabbitmq-server-07731f9c259a361025ae09847840c85424575fa7.tar.gz |
Remove fake doctype from man pagesbug24403
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html-to-website-xml.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html-to-website-xml.xsl b/docs/html-to-website-xml.xsl index 4bfcf6ca..88aa2e78 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="*"/> |