jeroen          Fri Sep 21 19:08:48 2001 EDT

  Modified files:              
    /phpdoc/en/functions        misc.xml 
  Log:
  WS only
  
  
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.53 phpdoc/en/functions/misc.xml:1.54
--- phpdoc/en/functions/misc.xml:1.53   Fri Sep 21 18:47:44 2001
+++ phpdoc/en/functions/misc.xml        Fri Sep 21 19:08:48 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.53 $ -->
+<!-- $Revision: 1.54 $ -->
  <reference id="ref.misc">
   <title>Miscellaneous functions</title>
   <titleabbrev>Misc.</titleabbrev>
@@ -512,7 +512,7 @@
      The <function>highlight_file</function> function prints out a syntax
      higlighted version of the code contained in <parameter>filename</parameter> 
      using the colors defined in the built-in syntax highlighter for PHP.
-        &return.success;
+     &return.success;
     </simpara>
     <note>
      <simpara>
@@ -539,11 +539,11 @@
       </simpara>
       <para>
        <informalexample>
-       <programlisting>
+    <programlisting>
 &lt;Location /source&gt;
     ForceType application/x-httpd-php
 &lt;/Location&gt;
-       </programlisting></informalexample>
+    </programlisting></informalexample>
       </para>
       <simpara>
        And then make a file named &quot;source&quot; and put it in your
@@ -581,14 +581,14 @@
       </simpara>
       <para>
        <informalexample>
-       <programlisting>
+    <programlisting>
 http://your.server.com/source/path/to/script.php
-       </programlisting>
+    </programlisting>
        </informalexample>
       </para>
      </example>
     </para>
-       &tip.ob-capture;
+    &tip.ob-capture;
     <simpara>
      See also <function>highlight_string</function>,
      <function>show_source</function>.
@@ -613,9 +613,9 @@
      The <function>highlight_string</function> function prints out a syntax
      highlighted version of <parameter>str</parameter> using the colors defined 
      in the built-in syntax highlighter for PHP.
-        &return.success;
+     &return.success;
     </simpara>
-       &tip.ob-capture;
+    &tip.ob-capture;
     <simpara>
      See also <function>highlight_file</function>,
      <function>show_source</function>.


Reply via email to