diff options
Diffstat (limited to 'docs/xslt/expand-sambadoc.xsl')
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index 12ea497101..cdc84e6d21 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -444,13 +444,4 @@ </xsl:element> </xsl:element> </xsl:template> - - <xsl:template match="quote"> - <xsl:element name="quote"> - <xsl:element name="emphasis"> - <xsl:apply-templates/> - </xsl:element> - </xsl:element> - </xsl:template> - </xsl:stylesheet> |