diff options
Diffstat (limited to 'ext/tidy/tests/002.phpt')
| -rw-r--r-- | ext/tidy/tests/002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/002.phpt b/ext/tidy/tests/002.phpt index 89c3804b89..cd06733a2c 100644 --- a/ext/tidy/tests/002.phpt +++ b/ext/tidy/tests/002.phpt @@ -6,7 +6,7 @@ tidy_parse_string() <?php $a = tidy_parse_string("<HTML></HTML>"); echo tidy_get_output($a); - + ?> --EXPECT-- <html> |
