From 30fa9fe904014f7a71f34401300822d7903af9ab Mon Sep 17 00:00:00 2001 From: Slawomir Pucia Date: Fri, 15 Mar 2002 21:22:11 +0000 Subject: [PATCH] Fixed weird mistake :-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73435 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/domxml.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/domxml.xml b/functions/domxml.xml index b7e7469962..7fae3af269 100644 --- a/functions/domxml.xml +++ b/functions/domxml.xml @@ -1,5 +1,5 @@ - + DOM XML functions DOM XML @@ -612,7 +612,7 @@ echo $doc->dumpmem(); Creates an XML document from the dom representation. This function usually is called after a building a new dom document from scratch as in the example of domxml_add_root. The - parameter specifies whether the output should be neatly + format specifies whether the output should be neatly formatted, or not.