jkj             Mon Aug  6 03:35:31 2001 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  Made XML compliant
  
  
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.24 phpdoc/en/language/operators.xml:1.25
--- phpdoc/en/language/operators.xml:1.24       Thu Aug  2 13:37:47 2001
+++ phpdoc/en/language/operators.xml    Mon Aug  6 03:35:31 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -204,7 +204,7 @@
        <entry>&true; if $a is not equal to $b.</entry>
       </row>
       <row>
-       <entry>$a <> $b</entry>
+       <entry>$a &lt;> $b</entry>
        <entry>Not equal</entry>
        <entry>&true; if $a is not equal to $b.</entry>
       </row>


Reply via email to