From 8103d02918f65bdbd893d68f9d82369bc48325c5 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 7 May 2001 13:42:26 +0000 Subject: [PATCH] * Moved the
tag to avoid having a blank line at the end of the box * It is now the plugin's responsibility to echo a
before their link git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1333 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 fc7e5062..576dddec 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -342,12 +342,12 @@ echo " \n"; echo " $subject \n"; echo " \n"; - echo ' ' . "\n"; + echo ' ' . "\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"; -- 2.25.1