imajes          Tue Jan  8 04:51:42 2002 EDT

  Modified files:              
    /phpdoc/en/chapters install.xml 
  Log:
  removed one item list cause it' looked silly.
  
  
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.107 phpdoc/en/chapters/install.xml:1.108
--- phpdoc/en/chapters/install.xml:1.107        Tue Jan  8 03:21:50 2002
+++ phpdoc/en/chapters/install.xml      Tue Jan  8 04:51:41 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.107 $ -->
+<!-- $Revision: 1.108 $ -->
  <chapter id="installation">
   <title>Installation</title>
 
@@ -3671,28 +3671,22 @@
      </simpara>
     </note>
     
-    <para>
+    <simpara>
      There are 2 ways you can use the source code highlighting feature,
      however their ability to work depends on your installation.
      If you have configured Apache to use PHP as an isapi module, then by 
      adding the following line to your configuration file you can use
-     this feature: 
-      <itemizedlist>
-       <listitem>
-        <simpara>
-         <literal>
-          AddType application/x-httpd-php-source .phps
-         </literal>
-        </simpara>
-       </listitem>
-      </itemizedlist>
+     this feature: <literal>AddType application/x-httpd-php-source .phps
+     </literal>
+    </simpara>
+    <simpara>
      If you chose to configure Apache to use PHP as a CGI binary, you
      will need to use the <function>show_source</function> function. To
      do this simply create a PHP script file and add this code: 
      <literal>&lt;?php show_source ("original_php_script.php"); ?></literal>. 
      Substitute <literal>original_php_script.php</literal> with 
      the name of the file you wish to show the source of. 
-    </para>
+    </simpara>
     
     <note>
      <simpara>


Reply via email to