add <para> again

(`make test` is a Good Thing [tm])


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162732 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Antony Dovgal 2004-07-06 06:50:34 +00:00
parent 4519856f11
commit c346e06a0f

View file

@ -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 @@ $bar = &test(); // Invalid.
</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>