Date: 08/06/01
- Next message: andy <email protected>: "[PHP-DOC] Bug #9710 Updated: ImageTTFText bounding box coordinates incorrect in manual"
- Previous message: Luca Perugini: "[PHP-DOC] cvs: phpdoc /it/appendices reserved.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
andy Mon Aug 6 14:25:50 2001 EDT
Modified files:
/phpdoc/en/functions domxml.xml
Log:
Added a missing semicolon to example script
Index: phpdoc/en/functions/domxml.xml
diff -u phpdoc/en/functions/domxml.xml:1.19 phpdoc/en/functions/domxml.xml:1.20
--- phpdoc/en/functions/domxml.xml:1.19 Thu Aug 2 13:36:55 2001
+++ phpdoc/en/functions/domxml.xml Mon Aug 6 14:25:50 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<reference id="ref.domxml">
<title>DOM XML functions</title>
<titleabbrev>DOM XML</titleabbrev>
@@ -749,7 +749,7 @@
$head = $root->new_child("HEAD", "");
$head->new_child("TITLE", "Hier der Titel");
$head->set_attribute("Language", "ge");
-$children = $head->children()
+$children = $head->children();
?>
</programlisting>
</example>
- Next message: andy <email protected>: "[PHP-DOC] Bug #9710 Updated: ImageTTFText bounding box coordinates incorrect in manual"
- Previous message: Luca Perugini: "[PHP-DOC] cvs: phpdoc /it/appendices reserved.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

