summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/003.phpt')
-rw-r--r--ext/tidy/tests/003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/003.phpt b/ext/tidy/tests/003.phpt
index 1a63d44dfd..df4cd18f5f 100644
--- a/ext/tidy/tests/003.phpt
+++ b/ext/tidy/tests/003.phpt
@@ -3,7 +3,7 @@ tidy_clean_repair()
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
-<?php
+<?php
$a = tidy_parse_string("<HTML></HTML>");
tidy_clean_repair($a);