summaryrefslogtreecommitdiff
path: root/docs
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
commit0143a21c0344072820d1efed6caa51430f59f855 (patch)
treec96a92bb1afa39a02299c0f0f684b1d9bd7c494c /docs
parent9fd3ce8d36de386b44bc3330891e64bfdf920532 (diff)
downloadrabbitmq-server-git-0143a21c0344072820d1efed6caa51430f59f855.tar.gz
Remove redundant template from html-to-website-xml.xsl
Diffstat (limited to 'docs')
-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 41609a6389..d83d507369 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">