summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Apperly <jim@rabbitmq.com>2012-01-27 12:32:36 +0000
committerJim Apperly <jim@rabbitmq.com>2012-01-27 12:32:36 +0000
commitcc978474b5e441fe9a5bb55a715cf9335c9b626d (patch)
treec96a92bb1afa39a02299c0f0f684b1d9bd7c494c
parenta57037b03c3ebae08148c1d78cc0e5f7557fd2d8 (diff)
downloadrabbitmq-server-bug24601.tar.gz
Remove redundant template from html-to-website-xml.xslbug24601
-rw-r--r--docs/html-to-website-xml.xsl2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/html-to-website-xml.xsl b/docs/html-to-website-xml.xsl
index 41609a63..d83d5073 100644
--- a/docs/html-to-website-xml.xsl
+++ b/docs/html-to-website-xml.xsl
@@ -8,8 +8,6 @@
<xsl:output method="xml" />
-<xsl:template match="*"/>
-
<!-- Copy every element through -->
<xsl:template match="*">
<xsl:element name="{name()}" namespace="http://www.w3.org/1999/xhtml">