From ab596baae056ef6dc2d3013c933e57082f62d4b6 Mon Sep 17 00:00:00 2001 From: stekkel Date: Fri, 16 Aug 2002 11:31:47 +0000 Subject: [PATCH] fix for attachment bgcolor git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3322 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index 2138e904..32696e37 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -659,7 +659,7 @@ if ($attachmentsdisplay) { echo ' '; echo '
'; echo _("Attachments").':
'; - echo ' '; + echo '
'; echo $attachmentsdisplay; echo '
'; echo ' '; -- 2.25.1