Attachments should be in spans, not divs

pull/749/head
lilia 10 years ago
parent 88a708ce03
commit 0778854cc4

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

Loading…
Cancel
Save