diff options
Diffstat (limited to 'ext/tidy/tests/011.phpt')
-rw-r--r-- | ext/tidy/tests/011.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/011.phpt b/ext/tidy/tests/011.phpt index 2a94616759..f664c50a3e 100644 --- a/ext/tidy/tests/011.phpt +++ b/ext/tidy/tests/011.phpt @@ -3,7 +3,7 @@ Accessing attributes of a node --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> --FILE-- -<?php +<?php $a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>"); $body = $a->body(); var_dump($body->attribute); |