From: stekkel Date: Wed, 23 Oct 2002 13:58:37 +0000 (+0000) Subject: table tag fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6c7b5d8cea99267f974473b41aff8cb451f3637a;p=squirrelmail.git table tag fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3949 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/read_body.php b/src/read_body.php index 49c29ac9..8d5409d9 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -826,7 +826,7 @@ echo ' '; echo '
'; echo ' '; echo ' ' . html_tag( 'td', '
'. $messagebody."\n", 'left') - . ''; + . ''; echo '
'; echo '
'; @@ -834,7 +834,7 @@ echo ' '; echo ' '; echo ''."\n"; + $color[4].'">'."\n"; $attachmentsdisplay = formatAttachments($message,$ent_ar,$mailbox, $passed_id); if ($attachmentsdisplay) { @@ -849,10 +849,11 @@ if ($attachmentsdisplay) { echo '
'; echo $attachmentsdisplay; echo '
'; - echo ' '; - echo ' '; - echo ' '; + echo ' '; + echo ' '; echo ' '; + echo ''; } echo '';