Ticket #22155: 22155.patch
File 22155.patch, 541 bytes (added by , 12 years ago) |
---|
-
wp-includes/js/autosave.js
284 284 doAutoSave = false; 285 285 } else { 286 286 if ( 'mce_fullscreen' == ed.id || 'wp_mce_fullscreen' == ed.id ) 287 tinymce.get('content').setContent(ed.getContent({format : ' raw'}), {format : 'raw'});287 tinymce.get('content').setContent(ed.getContent({format : 'html'}), {format : 'html'}); 288 288 tinymce.triggerSave(); 289 289 } 290 290 }