diff --git a/app/assets/javascripts/app/lib/base/jquery.contenteditable.js b/app/assets/javascripts/app/lib/base/jquery.contenteditable.js index dae383b8b..8376dc033 100644 --- a/app/assets/javascripts/app/lib/base/jquery.contenteditable.js +++ b/app/assets/javascripts/app/lib/base/jquery.contenteditable.js @@ -267,7 +267,6 @@ _this.log('paste', docType, text) if (docType == 'html') { - text = '
' + text + '
' // to prevent multible dom object. we need it at level 0 if (_this.options.mode === 'textonly') { if (!_this.options.multiline) { text = App.Utils.htmlRemoveTags(text)