program/js/app.js
@@ -1661,6 +1661,8 @@ else if (c == 'attachment') { if (/application\/|multipart\/m/.test(flags.ctype)) html = '<span class="attachment"> </span>'; else if (/multipart\/report/.test(flags.ctype)) html = '<span class="report"> </span>'; else html = ' '; }