diff options
author | Jim Apperly <jim@rabbitmq.com> | 2012-01-27 12:32:36 +0000 |
---|---|---|
committer | Jim Apperly <jim@rabbitmq.com> | 2012-01-27 12:32:36 +0000 |
commit | cc978474b5e441fe9a5bb55a715cf9335c9b626d (patch) | |
tree | c96a92bb1afa39a02299c0f0f684b1d9bd7c494c /docs | |
parent | a57037b03c3ebae08148c1d78cc0e5f7557fd2d8 (diff) | |
download | rabbitmq-server-bug24601.tar.gz |
Remove redundant template from html-to-website-xml.xslbug24601
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html-to-website-xml.xsl | 2 |
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"> |