summaryrefslogtreecommitdiff
path: root/docs/xslt/expand-sambadoc.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xslt/expand-sambadoc.xsl')
-rw-r--r--docs/xslt/expand-sambadoc.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl
index 3e1028189ca..5b539df54a5 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>