summaryrefslogtreecommitdiff
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
commitae38993e0f98ff81c2d9a638a92f2072cdb9de15 (patch)
tree84f65afedb44b7815aed76c4d1ec7ce3a66c1704
parent94952cd49e4da0ecba39db981e5db078dcb38b1d (diff)
parentf9fb064458ccd9816f84dfaaf099c8c47ea62693 (diff)
downloadrabbitmq-server-ae38993e0f98ff81c2d9a638a92f2072cdb9de15.tar.gz
merged bug22874 into default (ToC links on online man pages do not work)
-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 f2117e26..662dbea0 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>