diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 23:45:58 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 23:45:58 +0000 |
commit | 83faad0d0e0006d695af25c04c4526e02c39ad46 (patch) | |
tree | 00a9a05432d793f865f87eee866f8efeaeb6cc4f /docs/docbook/xslt/expand-sambadoc.xsl | |
parent | 7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf (diff) | |
download | samba-83faad0d0e0006d695af25c04c4526e02c39ad46.tar.gz samba-83faad0d0e0006d695af25c04c4526e02c39ad46.tar.bz2 samba-83faad0d0e0006d695af25c04c4526e02c39ad46.zip |
Conform better to the specs
(This used to be commit 412934e6d006697426e7adbcc686a5ab2b62742b)
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> |