From 703a0b6cbbec8f9088b92e1e5d794beea7c8b402 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 7 May 2001 15:15:44 +0000 Subject: [PATCH] removed border=1 tag git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1340 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; -- 2.25.1