Aleksander Machniak
2013-03-05 cbe07532fa4ed3794c872e348be0098575047927
Fix so full filename is used for title attribute
1 files modified
2 ■■■ changed files
program/steps/mail/show.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/show.inc
@@ -158,8 +158,8 @@
      }
      else {
        if (mb_strlen($filename) > 50) {
          $title    = $filename;
          $filename = abbreviate_string($filename, 50);
          $title = $filename;
        }
        else {
          $title = '';