Attachments should be in spans, not divs

This commit is contained in:
lilia 2015-03-02 18:37:20 -08:00
parent 88a708ce03
commit 0778854cc4

View file

@ -50,6 +50,7 @@
});
Whisper.AttachmentView = Backbone.View.extend({
tagName: 'span',
className: 'attachment',
encodeAsDataUrl: function () {
return new Promise(function(resolve, reject) {