From 0778854cc4c91d0723e14e9c49b69a8230ab8720 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 2 Mar 2015 18:37:20 -0800 Subject: [PATCH] Attachments should be in spans, not divs --- js/views/attachment_view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/views/attachment_view.js b/js/views/attachment_view.js index c71eec42..c99ca120 100644 --- a/js/views/attachment_view.js +++ b/js/views/attachment_view.js @@ -50,6 +50,7 @@ }); Whisper.AttachmentView = Backbone.View.extend({ + tagName: 'span', className: 'attachment', encodeAsDataUrl: function () { return new Promise(function(resolve, reject) {