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