diff options
Diffstat (limited to 'docs/xslt')
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index 6633f34887..f74d14c66b 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -113,7 +113,7 @@ </xsl:element> <xsl:element name="member"> <xsl:element name="parameter"> - <xsl:apply-templates/> + <xsl:value-of select="@name"/> </xsl:element> </xsl:element> </xsl:template> @@ -201,7 +201,7 @@ <xsl:template match="smbconfsection"> <xsl:element name="parameter"> - <xsl:apply-templates/> + <xsl:value-of select="@name"/> </xsl:element> </xsl:template> |