From 811fdb31473e8d0c8ab6bde5299a3560bdab424b Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 4 Nov 2005 20:26:24 +0000 Subject: [PATCH] thicker border git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10251 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/printer_friendly_bottom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/printer_friendly_bottom.php b/src/printer_friendly_bottom.php index 6679cc54..44d73afc 100644 --- a/src/printer_friendly_bottom.php +++ b/src/printer_friendly_bottom.php @@ -260,7 +260,7 @@ function pf_show_attachments($message, $exclude_id, $mailbox, $id) { $display_filename = $filename; // TODO: maybe make it nicer? - $attachments .= '' . + $attachments .= '
'.decodeHeader($display_filename).'
' . ''. html_tag( 'td',_("Size:"), 'right') . html_tag( 'td',show_readable_size($header->size), 'left') . -- 2.25.1
'.decodeHeader($display_filename).'