]> granicus.if.org Git - php/commit
Added an optional array parameter to tidy_parse_file/string to
authorJohn Coggeshall <john@php.net>
Tue, 6 Jan 2004 18:24:17 +0000 (18:24 +0000)
committerJohn Coggeshall <john@php.net>
Tue, 6 Jan 2004 18:24:17 +0000 (18:24 +0000)
commitd900d737638380e5d96c8bae9e297b5da868f346
tree3484cde136a2e6d98119e3b01c710d6486d75ca9
parent107a87ca8525faf65d73882ae923c669231fcdcc
Added an optional array parameter to tidy_parse_file/string to
fix a bug. Apparently some libtidy config options must be set
prior to parsing in order to work properly.
ext/tidy/php_tidy.h
ext/tidy/tests/014.phpt [new file with mode: 0644]
ext/tidy/tests/015.html [new file with mode: 0644]
ext/tidy/tests/015.phpt [new file with mode: 0644]
ext/tidy/tidy.c