From 0ae20f6b9c068407dd15ab63d8d8771f0ccbe066 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 5 Mar 2013 16:50:13 +0100 Subject: Fix so full filename is used for title attribute --- program/steps/mail/show.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index 3495df9c0..437dbaafa 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -158,8 +158,8 @@ function rcmail_message_attachments($attrib) } else { if (mb_strlen($filename) > 50) { + $title = $filename; $filename = abbreviate_string($filename, 50); - $title = $filename; } else { $title = ''; -- cgit v1.2.3