summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/area_list.xsl
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-12-07 11:11:47 +0000
committerRob Richards <rrichards@php.net>2003-12-07 11:11:47 +0000
commit44f59d6d7f08ebea38b963e33f928d9547eeb89c (patch)
tree541f64be388bd43d2e332632f51b4630bdb8e87b /ext/xsl/tests/area_list.xsl
parent72f73b7785c03018bb03606898c65ae40cfc0d22 (diff)
downloadphp-git-44f59d6d7f08ebea38b963e33f928d9547eeb89c.tar.gz
fix warning for shared debug
fix test bug26384 - WS issue
Diffstat (limited to 'ext/xsl/tests/area_list.xsl')
-rw-r--r--ext/xsl/tests/area_list.xsl20
1 files changed, 10 insertions, 10 deletions
diff --git a/ext/xsl/tests/area_list.xsl b/ext/xsl/tests/area_list.xsl
index 45b6cffefa..e0c88c6215 100644
--- a/ext/xsl/tests/area_list.xsl
+++ b/ext/xsl/tests/area_list.xsl
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
- <xsl:output method="text" encoding="UTF-8"/>
-
- <xsl:key name="area" match="ROW" use="substring(translate(AREA_NAME, '&quot;', ''), 1, 1)"/>
-<xsl:template match="*">
- HERE
-</xsl:template>
-</xsl:stylesheet>
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+ <xsl:output method="text" encoding="UTF-8"/>
+
+ <xsl:key name="area" match="ROW" use="substring(translate(AREA_NAME, '&quot;', ''), 1, 1)"/>
+<xsl:template match="*">
+ HERE
+</xsl:template>
+</xsl:stylesheet>