From: lkehresman Date: Mon, 7 May 2001 15:15:44 +0000 (+0000) Subject: removed border=1 tag X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=703a0b6cbbec8f9088b92e1e5d794beea7c8b402;p=squirrelmail.git removed border=1 tag git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1340 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/read_body.php b/src/read_body.php index 1c191c5e..e9f5d69a 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -334,15 +334,15 @@ echo ' '; echo ' '; echo ' '; - echo ' ' . "\n"; + echo '
' . "\n"; echo ' ' . "\n"; /** subject **/ - echo " \n"; - echo '
\n"; + echo " \n"; echo _("Subject:"); echo " \n"; echo " $subject \n"; echo " ' . "\n"; + echo ' ' . "\n"; if ($where && $what) { // Got here from a search echo "" . _("View full header") . "\n";