diff options
| author | Jim Apperly <jim@rabbitmq.com> | 2010-10-28 13:05:00 +0100 |
|---|---|---|
| committer | Jim Apperly <jim@rabbitmq.com> | 2010-10-28 13:05:00 +0100 |
| commit | cc7653607acb4e9657e5ca8534e7207cb1c4921f (patch) | |
| tree | 6ec1af76fcda35aae9304f8f60d13084c9aaf7c0 /docs/html-to-website-xml.xsl | |
| parent | b2be431a3fdd18bea340d4aad73a9f2d36bea911 (diff) | |
| download | rabbitmq-server-git-cc7653607acb4e9657e5ca8534e7207cb1c4921f.tar.gz | |
applied emile's patch
Diffstat (limited to 'docs/html-to-website-xml.xsl')
| -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 c325bb5a08..15e31ca0f1 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> |
