summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/018.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/018.phpt')
-rw-r--r--ext/tidy/tests/018.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tidy/tests/018.phpt b/ext/tidy/tests/018.phpt
index 405a46d42b..d2f1d1e0f3 100644
--- a/ext/tidy/tests/018.phpt
+++ b/ext/tidy/tests/018.phpt
@@ -4,8 +4,8 @@ binary safety
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
<?php
-$x = tidy_repair_string("<p>abra\0cadabra</p>",
- array( 'show-body-only' => true,
+$x = tidy_repair_string("<p>abra\0cadabra</p>",
+ array( 'show-body-only' => true,
'clean' => false,
'newline' => "\n")
);