diff options
Diffstat (limited to 'ext/tidy/tests/029.phpt')
-rw-r--r-- | ext/tidy/tests/029.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/029.phpt b/ext/tidy/tests/029.phpt index 1709cd6f09..e46181f005 100644 --- a/ext/tidy/tests/029.phpt +++ b/ext/tidy/tests/029.phpt @@ -13,7 +13,7 @@ $inputs = array( ); -foreach ($inputs as $input) { +foreach ($inputs as $input) { $t = tidy_parse_string($input); $t->cleanRepair(); |