From 33ca87c0654fba76cf88f8af8ae6ff3bf7cb1288 Mon Sep 17 00:00:00 2001 From: allah03 Date: Tue, 1 May 2001 17:53:08 +0000 Subject: [PATCH] Whoops! Left out a close table tag from the last update. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1327 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/read_body.php b/src/read_body.php index 581b5065..fc7e5062 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -350,6 +350,7 @@ echo " " . _("View full header") . "
\n"; } do_hook("read_body_header_right"); + echo '   ' . "\n"; echo ' ' ."\n"; /** from **/ echo ' ' . "\n"; -- 2.25.1