betz            Sun May 26 11:50:03 2002 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  small correction: <br> to <br />
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.81 phpdoc/en/language/types.xml:1.82
--- phpdoc/en/language/types.xml:1.81   Fri May 24 14:50:50 2002
+++ phpdoc/en/language/types.xml        Sun May 26 11:50:03 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.81 $ -->
+<!-- $Revision: 1.82 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -1029,7 +1029,7 @@
      <informalexample>
       <programlisting role="php">
 <![CDATA[
-echo "\$foo==$foo; type is " . gettype ($foo) . "<br>\n";
+echo "\$foo==$foo; type is " . gettype ($foo) . "<br />\n";
 ]]>
       </programlisting>
      </informalexample>


Reply via email to