[PHP-DOC] cvs: phpdoc /en/language types.xml From: Ron Chmara (ron <email protected>)
Date: 12/12/00

ronabop Tue Dec 12 20:51:35 2000 EDT

  Modified files:
    /phpdoc/en/language types.xml
  Log:
  fixing <? to <?php
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.13 phpdoc/en/language/types.xml:1.14
--- phpdoc/en/language/types.xml:1.13 Fri Sep 15 09:09:44 2000
+++ phpdoc/en/language/types.xml Tue Dec 12 20:51:35 2000
@@ -481,7 +481,7 @@
      multi-dimensional arrays:
      <informalexample>
       <programlisting role="php">
-&lt;?
+&lt;?php
 $a = array(
      "apple" => array(
           "color" => "red",