From dae277939d62540e354db053acc34eebaaf9281d Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 28 Jul 2004 16:36:59 +0000 Subject: [PATCH] fix example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164549 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tidy/functions/tidy-parse-string.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/tidy/functions/tidy-parse-string.xml b/reference/tidy/functions/tidy-parse-string.xml index 181f77ecd6..4d65edce4c 100644 --- a/reference/tidy/functions/tidy-parse-string.xml +++ b/reference/tidy/functions/tidy-parse-string.xml @@ -1,5 +1,5 @@ - + tidy_parse_string @@ -51,7 +51,7 @@ ob_start(); $buffer = ob_get_clean(); $config = array('indent' => TRUE, 'output-xhtml' => TRUE, - 'wrap', 200); + 'wrap' => 200); $tidy = tidy_parse_string($buffer, $config, 'UTF8');