From c376b86cb47bd33f9c64b89cbea511ca02e6a340 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 28 Apr 2004 17:41:59 +0000 Subject: [PATCH] my patch changed error_buf to ErrorBuffer correcting example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157415 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tidy/functions/tidy-error-count.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/tidy/functions/tidy-error-count.xml b/reference/tidy/functions/tidy-error-count.xml index cb7b429229..64bf9f028e 100644 --- a/reference/tidy/functions/tidy-error-count.xml +++ b/reference/tidy/functions/tidy-error-count.xml @@ -1,5 +1,5 @@ - + tidy_error_count @@ -30,7 +30,7 @@ $tidy = tidy_parse_string($html); echo tidy_error_count($tidy) . "\n"; //1 -echo $tidy->error_buf; +echo $tidy->ErrorBuffer; ?> ]]>