From 4b21468458ab39a704f465b4cd954f005592a00c Mon Sep 17 00:00:00 2001 From: thomppj Date: Wed, 16 Oct 2002 04:23:05 +0000 Subject: [PATCH] Switched back align=center for body text. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3875 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index a6adfcc6..af8b7da8 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -457,7 +457,8 @@ function formatEnvheader($mailbox, $passed_id, $passed_ent_id, $message, } echo ''."\n"; - echo '
'."\n"; + echo '
'."\n"; echo $s; do_hook("read_body_header"); formatToolbar($mailbox, $passed_id, $passed_ent_id, $message, $color); @@ -797,7 +798,7 @@ echo '
'; echo ' '; echo '
'; -echo ' '; +echo '
'; echo ' ' . html_tag( 'td', '
'. $messagebody."\n", 'left') . ''; echo '
'; -- 2.25.1