cortesi         Mon Nov 26 14:10:28 2001 EDT

  Modified files:              
    /phpdoc/en/language control-structures.xml 
  Log:
  added missing CDATA closing tag in include example
  
  
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.43 
phpdoc/en/language/control-structures.xml:1.44
--- phpdoc/en/language/control-structures.xml:1.43      Fri Nov 23 16:51:23 2001
+++ phpdoc/en/language/control-structures.xml   Mon Nov 26 14:10:27 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.43 $ -->
+<!-- $Revision: 1.44 $ -->
  <chapter id="control-structures">
   <title>Control Structures</title>
 
@@ -1216,6 +1216,7 @@
 $retval = include ('test.inc');
 echo "File returned: '$retval'<br>\n";
 ?>
+]]>
      </programlisting>
     </para>
     <para>


Reply via email to