diff options
Diffstat (limited to 'docs/xslt/sambadoc2pearson.xsl')
-rw-r--r-- | docs/xslt/sambadoc2pearson.xsl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/xslt/sambadoc2pearson.xsl b/docs/xslt/sambadoc2pearson.xsl index 23bc30985c..5028d05064 100644 --- a/docs/xslt/sambadoc2pearson.xsl +++ b/docs/xslt/sambadoc2pearson.xsl @@ -13,10 +13,6 @@ <xsl:strip-space elements="smbconfoption smbconfsection"/> - <xsl:template match="smbfile"> - <xsl:apply-templates/> - </xsl:template> - <xsl:template match="smbconfexample/smbconfsection|smbconfblock/smbconfsection"> <xsl:text> </xsl:text> <xsl:value-of select="."/><xsl:text> </xsl:text> |