JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3.1
[ckeditor.git] / _source / plugins / htmldataprocessor / plugin.js
index 8a17828..ad3852d 100644 (file)
@@ -178,6 +178,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                        }\r
                                },\r
 \r
+                               html : function( element )\r
+                               {\r
+                                       delete element.attributes.contenteditable;\r
+                                       delete element.attributes[ 'class' ];\r
+                               },\r
+\r
                                body : function( element )\r
                                {\r
                                        delete element.attributes.spellcheck;\r