From 26674f442a5df74ffc2476a8389e2e69ad52c874 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 24 Jun 2002 15:45:02 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3005 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/download.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/download.php b/src/download.php index 89f7c043..b148bb1c 100644 --- a/src/download.php +++ b/src/download.php @@ -41,17 +41,17 @@ function viewText($color, $body, $id, $entid, $mailbox, $type1, $wrap_at, $imapC html_tag( 'td', '
' . _("Viewing a text attachment") . ' - ' . $message_link_str . '
', - '', 'left', $color[0] ) + 'left', $color[0] ) ) . html_tag( 'tr', html_tag( 'td', '
' . "". _("Download this as a file"). - "

". - '', 'left' ) + "
", + 'left' ) ), - '', 'center', '', 'width="100%" border="0" cellspacing="0" cellpadding="2"' ); + 'center', '', 'width="100%" border="0" cellspacing="0" cellpadding="2"' ); if ($type1 == 'html') { $msg = sqimap_get_message($imapConnection, $id, $mailbox); -- 2.25.1