JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5
[ckeditor.git] / _source / plugins / undo / plugin.js
index b78995c..8801be2 100644 (file)
@@ -152,7 +152,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                        selection       = contents && editor.getSelection();\r
 \r
                // In IE, we need to remove the expando attributes.\r
-               CKEDITOR.env.ie && contents && ( contents = contents.replace( /\s+_cke_expando=".*?"/g, '' ) );\r
+               CKEDITOR.env.ie && contents && ( contents = contents.replace( /\s+data-cke-expando=".*?"/g, '' ) );\r
 \r
                this.contents   = contents;\r
                this.bookmarks  = selection && selection.createBookmarks2( true );\r
@@ -267,7 +267,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
                                                // In IE, we need to remove the expando attributes.\r
                                                if ( CKEDITOR.env.ie )\r
-                                                       currentSnapshot = currentSnapshot.replace( /\s+_cke_expando=".*?"/g, '' );\r
+                                                       currentSnapshot = currentSnapshot.replace( /\s+data-cke-expando=".*?"/g, '' );\r
 \r
                                                if ( beforeTypeImage.contents != currentSnapshot )\r
                                                {\r