alindeman Fri Feb 15 18:32:12 2002 EDT
Modified files:
/phpdoc/en/functions ctype.xml
Log:
Forgot to end the paragraph
Index: phpdoc/en/functions/ctype.xml
diff -u phpdoc/en/functions/ctype.xml:1.16 phpdoc/en/functions/ctype.xml:1.17
--- phpdoc/en/functions/ctype.xml:1.16 Fri Feb 15 18:30:40 2002
+++ phpdoc/en/functions/ctype.xml Fri Feb 15 18:32:11 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<reference id="ref.ctype">
<title>Character type functions</title>
<titleabbrev>ctype</titleabbrev>
@@ -13,6 +13,7 @@
<para>
To get these functions to work, you must have compiled PHP
with <option role="configure">--with-ctype</option>.
+ </para>
<para>
When called with an integer argument these functions
behave exactly like their C counterparts.