From 5eb5b57e4c250a5beb6976c9516f1b537b2e0b3c Mon Sep 17 00:00:00 2001 From: indiri69 Date: Sat, 6 Jul 2002 18:05:49 +0000 Subject: [PATCH] Removed a bunch of Ctrl-Ms at the ends of lines git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3065 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 -- src/view_header.php | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index dba24e80..f9c22d88 100644 --- a/src/read_body.php +++ b/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 */ diff --git a/src/view_header.php b/src/view_header.php index 24163065..6204b09c 100644 --- a/src/view_header.php +++ b/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 '
' . @@ -81,8 +80,7 @@ global $color; echo_template_var($template_vars['full_header'], array( "\n". -'
', + "align=center>\n".'
', '', '', '', -- 2.25.1