Browse Source

Removed a bunch of Ctrl-Ms at the ends of lines

indiri69 23 years ago
parent
commit
8bb372ef0a
2 changed files with 2 additions and 6 deletions
  1. 0 2
      src/read_body.php
  2. 2 4
      src/view_header.php

+ 0 - 2
src/read_body.php

@@ -21,7 +21,6 @@ require_once('../functions/smtp.php');
 require_once('../functions/html.php');
 require_once('../src/view_header.php');
 
-
 /**
  * Given an IMAP message id number, this will look it up in the cached
  * and sorted msgs array and return the index. Used for finding the next
@@ -547,7 +546,6 @@ $dateString = getLongDateString($header->date);
  */
  
 $body = ''; 
-
     
 /* first step in displaying multiple entities */
 

+ 2 - 4
src/view_header.php

@@ -65,8 +65,7 @@ function  parse_viewheader($imapConnection,$id,$template_vars) {
 }
 
 function view_header($template_vars, $pageheader='', $pagefooter='') {
-    
-global $color;
+    global $color;
     
     echo $pageheader;
     echo '<BR>' .
@@ -81,8 +80,7 @@ global $color;
     echo_template_var($template_vars['full_header'], 
          array(
            "<table width='99%' cellpadding='2' cellspacing='0' border='0'".
-             "align=center>\n".
-'<tr><td>',
+             "align=center>\n".'<tr><td>',
            '<nobr><tt><b>',
            '</b>',
            '</tt></nobr>',