goba            Fri Jan  4 09:45:23 2002 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  No para inside para allowed, correct array.xml build error.
  Apart from this, the manual builds locally on my machine
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.148 phpdoc/en/functions/array.xml:1.149
--- phpdoc/en/functions/array.xml:1.148 Fri Jan  4 09:34:01 2002
+++ phpdoc/en/functions/array.xml       Fri Jan  4 09:45:23 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.148 $ -->
+<!-- $Revision: 1.149 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -954,9 +954,10 @@
 ]]>
       </programlisting>
      </example>
-     <para>
-      The printout of the program above will be:
-      <screen>
+    </para>
+    <para>
+     The printout of the program above will be:
+     <screen>
 <![CDATA[
 Array
 (
@@ -997,8 +998,7 @@
 
 )
 ]]>
-      </screen>
-     </para>
+     </screen>
     </para>
     <para>
      See also <function>array_filter</function> and


Reply via email to