tony2001                Tue Jul  6 02:50:34 2004 EDT

  Modified files:              
    /phpdoc/en/language variables.xml 
  Log:
  add <para> again
  (`make test` is a Good Thing [tm])
  
  
http://cvs.php.net/diff.php/phpdoc/en/language/variables.xml?r1=1.77&r2=1.78&ty=u
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.77 phpdoc/en/language/variables.xml:1.78
--- phpdoc/en/language/variables.xml:1.77       Mon Jul  5 23:47:32 2004
+++ phpdoc/en/language/variables.xml    Tue Jul  6 02:50:34 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.77 $ -->
+<!-- $Revision: 1.78 $ -->
  <chapter id="language.variables">
   <title>Variables</title>
   
@@ -181,8 +181,10 @@
    </note>
 
    <note>
-    Even though both the superglobal and HTTP_*_VARS can exist at the same
-    time; they are not identical, so modifiying one will not change the other.
+    <para>
+     Even though both the superglobal and HTTP_*_VARS can exist at the same
+     time; they are not identical, so modifiying one will not change the other.
+    </para>
    </note>
 
    <para>

Reply via email to