eschmid         Mon Nov 19 21:37:36 2001 EDT

  Modified files:              
    /phpdoc/en/functions        info.xml 
  Log:
  Fixed two illegal < characters.
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.76 phpdoc/en/functions/info.xml:1.77
--- phpdoc/en/functions/info.xml:1.76   Sat Nov 17 22:07:18 2001
+++ phpdoc/en/functions/info.xml        Mon Nov 19 21:37:36 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.76 $ -->
+<!-- $Revision: 1.77 $ -->
  <reference id="ref.info">
   <title>PHP options &amp; information</title>
   <titleabbrev>PHP options/info</titleabbrev>
@@ -1826,13 +1826,13 @@
      If you specify the third optional
      <parameter>operator</parameter> argument, you
      can test for a particular relationship. The possible
-     operators are: <literal><</literal>,
+     operators are: <literal>&lt;</literal>,
      <literal>lt</literal>, <literal>&lt;=</literal>,
      <literal>le</literal>, <literal>&gt;</literal>,
      <literal>gt</literal>, <literal>&gt;=</literal>,
      <literal>ge</literal>, <literal>==</literal>,
      <literal>=</literal>, <literal>eq</literal>,
-     <literal>!=</literal>, <literal><&gt;</literal>,
+     <literal>!=</literal>, <literal>&lt;&gt;</literal>,
      <literal>ne</literal> respectively. Using
      this argument, the function will return 1 if
      the realtionship is the one specified by the


Reply via email to