nlopess Wed Jul 28 12:36:59 2004 EDT
Modified files:
/phpdoc/en/reference/tidy/functions tidy-parse-string.xml
Log:
fix example
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-parse-string.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-parse-string.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-parse-string.xml:1.5
phpdoc/en/reference/tidy/functions/tidy-parse-string.xml:1.6
--- phpdoc/en/reference/tidy/functions/tidy-parse-string.xml:1.5 Sun Jul 4
06:06:18 2004
+++ phpdoc/en/reference/tidy/functions/tidy-parse-string.xml Wed Jul 28 12:36:59
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.tidy-parse-string">
<refnamediv>
<refname>tidy_parse_string</refname>
@@ -51,7 +51,7 @@
$buffer = ob_get_clean();
$config = array('indent' => TRUE,
'output-xhtml' => TRUE,
- 'wrap', 200);
+ 'wrap' => 200);
$tidy = tidy_parse_string($buffer, $config, 'UTF8');