summaryrefslogtreecommitdiff
path: root/docs/html-to-website-xml.xsl
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2010-10-29 17:29:13 +0100
committerEmile Joubert <emile@rabbitmq.com>2010-10-29 17:29:13 +0100
commit0a57389f4429357aaaacc663c28ae4a02034e215 (patch)
treea0392c03e67f215fb6b2d6a8679a190914521edb /docs/html-to-website-xml.xsl
parent852a963bfb221c0713c6903ac62279e494a03d3f (diff)
parent32c15ce3074c45414d60558675c0a86c5e5f45fe (diff)
downloadrabbitmq-server-git-0a57389f4429357aaaacc663c28ae4a02034e215.tar.gz
Merged bug23293 into default
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 3e7a53261a..ec8f87e5eb 100644
--- a/docs/html-to-website-xml.xsl
+++ b/docs/html-to-website-xml.xsl
@@ -17,7 +17,7 @@
<!-- Copy the root node, and munge the outer part of the page -->
<xsl:template match="/html">
<xsl:processing-instruction name="xml-stylesheet">type="text/xml" href="page.xsl"</xsl:processing-instruction>
-<html xmlns:doc="http://www.rabbitmq.com/namespaces/ad-hoc/doc">
+<html xmlns:doc="http://www.rabbitmq.com/namespaces/ad-hoc/doc" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><xsl:value-of select="document($original)/refentry/refnamediv/refname"/><xsl:if test="document($original)/refentry/refmeta/manvolnum">(<xsl:value-of select="document($original)/refentry/refmeta/manvolnum"/>)</xsl:if> manual page</title>
</head>