summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/bug54446_with_ini.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/tests/bug54446_with_ini.phpt')
-rw-r--r--ext/xsl/tests/bug54446_with_ini.phpt18
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/xsl/tests/bug54446_with_ini.phpt b/ext/xsl/tests/bug54446_with_ini.phpt
index 5327d6d397..9232295358 100644
--- a/ext/xsl/tests/bug54446_with_ini.phpt
+++ b/ext/xsl/tests/bug54446_with_ini.phpt
@@ -15,15 +15,15 @@ if (file_exists($outputfile)) {
$sXsl = <<<EOT
<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:sax="http://icl.com/saxon"
- extension-element-prefixes="sax">
-
- <xsl:template match="/">
- <sax:output href="$outputfile" method="text">
- <xsl:value-of select="'0wn3d via PHP and libxslt ...'"/>
- </sax:output>
- </xsl:template>
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:sax="http://icl.com/saxon"
+ extension-element-prefixes="sax">
+
+ <xsl:template match="/">
+ <sax:output href="$outputfile" method="text">
+ <xsl:value-of select="'0wn3d via PHP and libxslt ...'"/>
+ </sax:output>
+ </xsl:template>
</xsl:stylesheet>
EOT;