From d7e6f0c41e924cdef30df0a9de649f2315a8f146 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 7 May 2001 14:25:21 +0000 Subject: [PATCH] * Removed some extra spaces (might have went a little bezerk, but that's ok) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1336 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 2aa4e449..5ef37a8f 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -350,12 +350,12 @@ echo ' width=5% BGCOLOR="'.$color[0].'" ALIGN=right VALIGN=top NOWRAP>' . "\n"; if ($where && $what) { // Got here from a search - echo " " . _("View full header") . "\n"; + echo "" . _("View full header") . "\n"; } else { - echo " " . _("View full header") . "\n"; + echo "" . _("View full header") . "\n"; } do_hook("read_body_header_right"); - echo '   ' . "\n"; + echo '' . "\n"; echo ' ' ."\n"; /** from **/ echo ' ' . "\n"; -- 2.25.1