Fixed weird mistake :-)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73435 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Slawomir Pucia 2002-03-15 21:22:11 +00:00
parent d179bddb44
commit 30fa9fe904

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.36 $ -->
<!-- $Revision: 1.37 $ -->
<reference id="ref.domxml">
<title>DOM XML functions</title>
<titleabbrev>DOM XML</titleabbrev>
@ -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 <function>domxml_add_root</function>. The
<format>parameter</format> specifies whether the output should be neatly
<parameter>format</parameter> specifies whether the output should be neatly
formatted, or not.
</para>
<note>