nlopess Wed Jul 28 12:43:09 2004 EDT
Modified files: /phpdoc/en/reference/tidy/functions tidy-get-config.xml Log: fix example http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-get-config.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/tidy/functions/tidy-get-config.xml diff -u phpdoc/en/reference/tidy/functions/tidy-get-config.xml:1.4 phpdoc/en/reference/tidy/functions/tidy-get-config.xml:1.5 --- phpdoc/en/reference/tidy/functions/tidy-get-config.xml:1.4 Sat Jul 3 11:47:18 2004 +++ phpdoc/en/reference/tidy/functions/tidy-get-config.xml Wed Jul 28 12:43:09 2004 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <refentry id="function.tidy-get-config"> <refnamediv> <refname>tidy_get_config</refname> @@ -35,7 +35,7 @@ $html = '<p>test</p>'; $config = array('indent' => TRUE, 'output-xhtml' => TRUE, - 'wrap', 200); + 'wrap' => 200); $tidy = tidy_parse_string($html, $config);