summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2008-04-15 07:35:29 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:46 -0500
commit0d8bf911116b1fb817858c6a11073fac95a58ceb (patch)
treea15842e8a87fbc5feca45984c81f4796a5fa67e2
parent4388eeec4fcea867718c3e5fecd13804fd299e24 (diff)
downloadsamba-0d8bf911116b1fb817858c6a11073fac95a58ceb.tar.gz
samba-0d8bf911116b1fb817858c6a11073fac95a58ceb.tar.bz2
samba-0d8bf911116b1fb817858c6a11073fac95a58ceb.zip
Use indexterm instead of term in expansion xslts
(This used to be commit dfa2f5defa42070f46277441caf1cc038c73937a)
-rw-r--r--docs/xslt/expand-sambadoc.xsl3
-rw-r--r--docs/xslt/expand-smbconfdoc.xsl2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl
index 3e1028189c..5b539df54a 100644
--- a/docs/xslt/expand-sambadoc.xsl
+++ b/docs/xslt/expand-sambadoc.xsl
@@ -66,7 +66,7 @@
<xsl:template match="smbconfblock/smbconfoption">
<xsl:element name="member">
- <xsl:element name="term">
+ <xsl:element name="indexterm">
<xsl:value-of select="@name"/>
</xsl:element>
<xsl:choose>
@@ -168,4 +168,5 @@
</xsl:element>
</xsl:template>
+
</xsl:stylesheet>
diff --git a/docs/xslt/expand-smbconfdoc.xsl b/docs/xslt/expand-smbconfdoc.xsl
index 712a7f4ae1..5472d61a9a 100644
--- a/docs/xslt/expand-smbconfdoc.xsl
+++ b/docs/xslt/expand-smbconfdoc.xsl
@@ -53,7 +53,7 @@
</xsl:variable>
<xsl:variable name="term">
- <xsl:element name="term">
+ <xsl:element name="indexterm">
<xsl:copy-of select="$anchor"/>
<xsl:value-of select="@name"/>
<xsl:value-of select="$context"/>