diff options
Diffstat (limited to 'ext/tidy/tests/003.phpt')
-rw-r--r-- | ext/tidy/tests/003.phpt | 2 |
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); |