Ticket #3171: 3171_2.patch
File 3171_2.patch, 731 bytes (added by , 12 years ago) |
---|
-
_source/plugins/fakeobjects/plugin.js
9 9 { 10 10 elements : 11 11 { 12 $ : function( element , filter)12 $ : function( element ) 13 13 { 14 14 var realHtml = element.attributes._cke_realelement; 15 realFragment = realHtml && new CKEDITOR.htmlParser.fragment.fromHtml( decodeURIComponent( realHtml ) , filter),15 realFragment = realHtml && new CKEDITOR.htmlParser.fragment.fromHtml( decodeURIComponent( realHtml ) ), 16 16 realElement = realFragment && realFragment.children[ 0 ]; 17 17 18 18 if ( realElement )