diff options
Diffstat (limited to 'docs/docbook/xslt/expand-sambadoc.xsl')
-rw-r--r-- | docs/docbook/xslt/expand-sambadoc.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/xslt/expand-sambadoc.xsl b/docs/docbook/xslt/expand-sambadoc.xsl index 6c09e4a5a5..34496a91fc 100644 --- a/docs/docbook/xslt/expand-sambadoc.xsl +++ b/docs/docbook/xslt/expand-sambadoc.xsl @@ -87,14 +87,14 @@ </xsl:element> </xsl:template> -<xsl:template match="smbconfexample/smbconfcomment"> +<xsl:template match="smbconfexample/smbconfcomment|smbconfblock/smbconfcomment"> <xsl:element name="member"> <xsl:text># </xsl:text> <xsl:apply-templates/> </xsl:element> </xsl:template> -<xsl:template match="smbconfexample/smbconfsection"> +<xsl:template match="smbconfexample/smbconfsection|smbconfblock/smbconfsection"> <xsl:element name="member"> <xsl:text> </xsl:text> </xsl:element> |