diff options
Diffstat (limited to 'ext/tidy/examples/cleanhtml.php')
| -rw-r--r-- | ext/tidy/examples/cleanhtml.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tidy/examples/cleanhtml.php b/ext/tidy/examples/cleanhtml.php index 9d054cda4f..9a6713dc55 100644 --- a/ext/tidy/examples/cleanhtml.php +++ b/ext/tidy/examples/cleanhtml.php @@ -6,6 +6,8 @@ * A simple script to clean and repair HTML,XHTML,PHP,ASP,etc. documents * if no file is provided, it reads from standard input. * + * NOTE: Works only with tidy for PHP 4.3.x, for tidy in PHP 5 see cleanhtml5.php + * * By: John Coggeshall <john@php.net> * * Usage: php cleanhtml.php [filename] |
