From c3ff77ab1ab25cea829a44615ec101c42b35545a Mon Sep 17 00:00:00 2001 From: allah03 Date: Mon, 7 May 2001 15:04:19 +0000 Subject: [PATCH] Cleaned up Tyler's table layout update just a hair. The rowspan check for the table doesn't need to happen if the CC: row spans two columns. Looks better, too :) (tyler da man!) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1339 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 5ef37a8f..1c191c5e 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -334,7 +334,7 @@ echo ' '; echo ' '; echo ' '; - echo ' ' . "\n"; + echo '
' . "\n"; echo ' ' . "\n"; /** subject **/ echo " \n"; - echo '
\n"; @@ -342,12 +342,7 @@ echo " \n"; echo " $subject \n"; echo " ' . "\n"; + echo ' ' . "\n"; if ($where && $what) { // Got here from a search echo "" . _("View full header") . "\n"; -- 2.25.1