From 6c7b5d8cea99267f974473b41aff8cb451f3637a Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 23 Oct 2002 13:58:37 +0000 Subject: [PATCH] table tag fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3949 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 ''; -- 2.25.1