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 | 0143a21c0344072820d1efed6caa51430f59f855 (patch) | |
| tree | c96a92bb1afa39a02299c0f0f684b1d9bd7c494c | |
| parent | 9fd3ce8d36de386b44bc3330891e64bfdf920532 (diff) | |
| download | rabbitmq-server-git-0143a21c0344072820d1efed6caa51430f59f855.tar.gz | |
Remove redundant template from html-to-website-xml.xsl
| -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 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"> |
