diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2011-09-23 08:33:32 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-09-23 08:33:32 +0100 |
commit | d3a2011db1aa085af5a851c569dea961fdeae19b (patch) | |
tree | ea0bfde62fdcf4ebe71725dffa051b7062637d6f /docs | |
parent | 7a91b6262b2616a2a394b2395ceb66e4ebf8121e (diff) | |
parent | 648998928612cff109810ff2a9feaa6bb151e64b (diff) | |
download | rabbitmq-server-d3a2011db1aa085af5a851c569dea961fdeae19b.tar.gz |
merge bug24332 into default
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="*"/> |