Bugfix
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Jun 2002 15:45:02 +0000 (15:45 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Jun 2002 15:45:02 +0000 (15:45 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3005 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/download.php

index 89f7c0430310d840cd8959aa297acbe8c3bf3671..b148bb1c5a36856f250e1d944fdfada31ce933c7 100644 (file)
@@ -41,17 +41,17 @@ function viewText($color, $body, $id, $entid, $mailbox, $type1, $wrap_at, $imapC
                 html_tag( 'td', 
                      '<b><center>' .
                      _("Viewing a text attachment") . ' - ' . $message_link_str . '</b></center>',
-                '', 'left', $color[0] )
+                'left', $color[0] )
             ) .
             html_tag( 'tr',
                 html_tag( 'td', 
                      '<center>' .
                      "<A HREF=\"../src/download.php?absolute_dl=true&passed_id=$id&passed_ent_id=$entid&mailbox=$urlmailbox\">".
                      _("Download this as a file").
-                     "</A></CENTER><BR>".
-                '', 'left' )
+                     "</A></CENTER><BR>",
+                '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);