Explorar o código

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

indiri69 %!s(int64=23) %!d(string=hai) anos
pai
achega
8bb372ef0a
Modificáronse 2 ficheiros con 2 adicións e 6 borrados
  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('../functions/html.php');
 require_once('../src/view_header.php');
 require_once('../src/view_header.php');
 
 
-
 /**
 /**
  * Given an IMAP message id number, this will look it up in the cached
  * 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
  * and sorted msgs array and return the index. Used for finding the next
@@ -547,7 +546,6 @@ $dateString = getLongDateString($header->date);
  */
  */
  
  
 $body = ''; 
 $body = ''; 
-
     
     
 /* first step in displaying multiple entities */
 /* 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='') {
 function view_header($template_vars, $pageheader='', $pagefooter='') {
-    
-global $color;
+    global $color;
     
     
     echo $pageheader;
     echo $pageheader;
     echo '<BR>' .
     echo '<BR>' .
@@ -81,8 +80,7 @@ global $color;
     echo_template_var($template_vars['full_header'], 
     echo_template_var($template_vars['full_header'], 
          array(
          array(
            "<table width='99%' cellpadding='2' cellspacing='0' border='0'".
            "<table width='99%' cellpadding='2' cellspacing='0' border='0'".
-             "align=center>\n".
-'<tr><td>',
+             "align=center>\n".'<tr><td>',
            '<nobr><tt><b>',
            '<nobr><tt><b>',
            '</b>',
            '</b>',
            '</tt></nobr>',
            '</tt></nobr>',