summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-06-23 12:14:45 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-06-23 12:14:45 +0100
commit09c3e3d41249d37dda5493e348ec1d9d1e46abcc (patch)
treeac4c4d2261082f9b77fc7e25211a8e856113352e /docs
parent5d403c0812caeb05b241fe2e72b430968cd49296 (diff)
parent2049d666556fb9cddea24bec32e3170b309d988f (diff)
downloadrabbitmq-server-git-09c3e3d41249d37dda5493e348ec1d9d1e46abcc.tar.gz
Merging default into bug21673 so that it builds again...
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>