diff options
Diffstat (limited to 'docs/xslt/expand-sambadoc.xsl')
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index 8bb765b7d9..8db39b56e8 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -87,7 +87,6 @@ <!-- This is needed to copy content unchanged --> <xsl:template match="@*|node()"> - <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> |