Merge "Filter out comments from external paste"

This commit is contained in:
jenkins-bot 2014-11-25 02:07:24 +00:00 committed by Gerrit Code Review
commit 5861db05b0

View file

@ -249,7 +249,7 @@ ve.init.mw.Target.static.pasteRules = {
// Annotations
'link', 'textStyle/span', 'textStyle/underline',
// Nodes
'inlineImage', 'blockImage', 'div', 'alienInline', 'alienBlock'
'inlineImage', 'blockImage', 'div', 'alienInline', 'alienBlock', 'comment'
],
removeHtmlAttributes: true
},