Ticket #6834: 6834.patch
File 6834.patch, 442 bytes (added by , 14 years ago) |
---|
-
_source/plugins/specialchar/dialogs/specialchar.js
25 25 target.removeClass( "cke_light_background" ); 26 26 dialog.hide(); 27 27 28 editor.insert Text( value );28 editor.insertHtml( value ); 29 29 } 30 30 }; 31 31