aboutsummaryrefslogtreecommitdiffstats
path: root/data/tweaks/viewSource.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/tweaks/viewSource.js')
-rw-r--r--data/tweaks/viewSource.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tweaks/viewSource.js b/data/tweaks/viewSource.js
index fdf92d3..2415531 100644
--- a/data/tweaks/viewSource.js
+++ b/data/tweaks/viewSource.js
@@ -42,7 +42,7 @@ function viewAttachmentSource(attachments) {
if (!att.id) {
return;
}
- var typeName = att.name;
+ var typeName = att.mimeType;
var elem = att.element;
var id = att.id;
var attachHref = elem.getAttribute("href");