[PHP-DOC] cvs: phpdoc /en/features file-upload.xml From: Stanislav Malyshev (stas <email protected>)
Date: 09/05/00

stas Tue Sep 5 06:13:22 2000 EDT

  Modified files:
    /phpdoc/en/features file-upload.xml
  Log:
  Simpara doesn't like block elements inside
  
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.9 phpdoc/en/features/file-upload.xml:1.10
--- phpdoc/en/features/file-upload.xml:1.9 Mon Sep 4 19:17:38 2000
+++ phpdoc/en/features/file-upload.xml Tue Sep 5 06:13:22 2000
@@ -69,7 +69,7 @@
     form. In the above upload form example, we chose to call it
     &quot;userfile&quot;.
    </para>
- <simpara>
+ <para>
     Files will by default be stored in the server's default temporary
     directory. This can be changed by setting the environment variable
     <envar>TMPDIR</envar> in the environment in which PHP runs. Setting
@@ -92,7 +92,7 @@
 ?>
      </programlisting>
     </example>
- </simpara>
+ </para>
    <simpara>
     The PHP script which receives the uploaded file should implement
     whatever logic is necessary for determining what should be done