For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > July 2004 > cvs: phpdoc /en/reference/tidy/functions tidy-parse-string.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/tidy/functions tidy-parse-string.xml
Nuno Lopes

2004-07-28, 3:57 pm

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/...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');

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com