ae              Sun Dec 21 10:37:29 2003 EDT

  Modified files:              
    /phpdoc/en/language references.xml 
  Log:
  s/TAB/spaces
  
Index: phpdoc/en/language/references.xml
diff -u phpdoc/en/language/references.xml:1.26 phpdoc/en/language/references.xml:1.27
--- phpdoc/en/language/references.xml:1.26      Thu Dec 11 10:41:58 2003
+++ phpdoc/en/language/references.xml   Sun Dec 21 10:37:29 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
  <chapter id="language.references">
   <title>References Explained</title>
 
@@ -221,7 +221,7 @@
 ]]>
      </programlisting>
     </informalexample>
-               These requirements are for PHP 4.0.4 and later.
+    These requirements are for PHP 4.0.4 and later.
   </para>
   </sect1>
 
@@ -242,7 +242,7 @@
 }
 
 $foo =& find_var ($bar);
-$foo->x = 2; 
+$foo->x = 2;
 ?>
 ]]>
      </programlisting>

Reply via email to