diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 3 | ||||
-rw-r--r-- | docs/xslt/expand-smbconfdoc.xsl | 2 |
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"/> |