philip          Wed Nov  6 16:47:17 2002 EDT

  Modified files:              
    /phpdoc/en/reference/http/functions headers-sent.xml 
  Log:
  WS.  Please use spaces, not tabs.
  
  
Index: phpdoc/en/reference/http/functions/headers-sent.xml
diff -u phpdoc/en/reference/http/functions/headers-sent.xml:1.6 
phpdoc/en/reference/http/functions/headers-sent.xml:1.7
--- phpdoc/en/reference/http/functions/headers-sent.xml:1.6     Wed Nov  6 13:34:39 
2002
+++ phpdoc/en/reference/http/functions/headers-sent.xml Wed Nov  6 16:47:17 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/http.xml, last change in rev 1.7 -->
   <refentry id="function.headers-sent">
    <refnamediv>
@@ -16,9 +16,9 @@
     <para>
      This function returns &true; if the HTTP headers have already been
      sent, &false; otherwise. You can't add any more header lines using
-                the <function>header</function> function once the header block has
-                already been sent. Using this function you can at least prevent
-                getting the "Duplicate headers ..." error messages.
+     the <function>header</function> function once the header block has
+     already been sent. Using this function you can at least prevent
+     getting the "Duplicate headers ..." error messages.
     </para>
     <para>
      The function will return the php source file and line number where
@@ -33,7 +33,7 @@
     </note>
     <para>
      See also <function>header</function> for a more detailed discussion
-                of the matters involved.
+     of the matters involved.
     </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to