summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-23 19:21:15 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-23 19:21:15 +0200
commit06db5c0906de773c095cd9f3875395176b8988b6 (patch)
tree154eac498826521c09887f5b51e1f61a39d86f40
parent13e34586783671f8797b6bb90e506a4b1015c293 (diff)
downloadmutti-web-06db5c0906de773c095cd9f3875395176b8988b6.tar.gz
mutti-web-06db5c0906de773c095cd9f3875395176b8988b6.tar.bz2
mutti-web-06db5c0906de773c095cd9f3875395176b8988b6.zip
delete never-wanted indent.xsl
-rw-r--r--indent.xsl7
1 files changed, 0 insertions, 7 deletions
diff --git a/indent.xsl b/indent.xsl
deleted file mode 100644
index 7d747ab..0000000
--- a/indent.xsl
+++ /dev/null
@@ -1,7 +0,0 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:output method="xml" indent="yes"/>
- <xsl:strip-space elements="*"/>
- <xsl:template match="/">
- <xsl:copy-of select="."/>
- </xsl:template>
-</xsl:stylesheet>