Add missing close tag

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@211543 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2006-04-17 13:32:09 +00:00
parent 66c1780e8d
commit f8f3c89f46

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<!-- Purpose: xml -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@ -241,7 +241,9 @@ try {
}
} catch (SDO_Exception $e) {
print("Problem creating an XML document: " . $e->getMessage());
}]]>
}
?>
]]>
</programlisting>
</example>