Ticket #7269: 7269.patch
File 7269.patch, 636 bytes (added by , 13 years ago) |
---|
-
_source/plugins/pastefromword/filter/default.js
1120 1120 var attrs = element.attributes; 1121 1121 if ( attrs && !attrs.href && attrs.name ) 1122 1122 delete element.name; 1123 else if ( CKEDITOR.env.webkit && attrs.href && attrs.href.match( /file:\/\/\/[\S]+#/i ) ) 1124 attrs.href = attrs.href.replace( /file:\/\/\/[^#]+/i,'' ); 1123 1125 }, 1124 1126 'cke:listbullet' : function( element ) 1125 1127 {