summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-06-22 16:39:19 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-06-22 16:39:19 +0100
commit10829f72c43e8f07b5e08916d6a4bd67a6ca9141 (patch)
tree84f65afedb44b7815aed76c4d1ec7ce3a66c1704 /docs
parent78bb3b1190c21b1736e9192475c2068d81d6aa40 (diff)
parentd34f20f243c1392a1a852841c4505665cf8f3b9e (diff)
downloadrabbitmq-server-git-10829f72c43e8f07b5e08916d6a4bd67a6ca9141.tar.gz
merged bug22874 into default (ToC links on online man pages do not work)
Diffstat (limited to 'docs')
-rw-r--r--docs/html-to-website-xml.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html-to-website-xml.xsl b/docs/html-to-website-xml.xsl
index f2117e2679..662dbea00a 100644
--- a/docs/html-to-website-xml.xsl
+++ b/docs/html-to-website-xml.xsl
@@ -58,13 +58,13 @@
<!-- Specific instructions to revert the DocBook HTML to be more like our ad-hoc XML schema -->
<xsl:template match="div[@class='refsect1'] | div[@class='refnamediv'] | div[@class='refsynopsisdiv']">
- <doc:section name="{@title}">
+ <doc:section name="{h2}">
<xsl:apply-templates select="node()"/>
</doc:section>
</xsl:template>
<xsl:template match="div[@class='refsect2']">
- <doc:subsection name="{@title}">
+ <doc:subsection name="{h3}">
<xsl:apply-templates select="node()"/>
</doc:subsection>
</xsl:template>