From: thomppj Date: Wed, 16 Oct 2002 04:23:05 +0000 (+0000) Subject: Switched back align=center for body text. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4b21468458ab39a704f465b4cd954f005592a00c;p=squirrelmail.git 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 --- 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 '
';