Fix so full filename is used for title attribute

pull/88/head
Aleksander Machniak 11 years ago
parent dedf138795
commit 0ae20f6b9c

@ -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 = '';

Loading…
Cancel
Save