diff -r c433348f3628 -r 31c23016ab62 includes/clientside/tinymce/plugins/fullpage/js/fullpage.js --- a/includes/clientside/tinymce/plugins/fullpage/js/fullpage.js Fri Feb 22 12:51:53 2008 -0500 +++ b/includes/clientside/tinymce/plugins/fullpage/js/fullpage.js Sun Feb 24 12:50:52 2008 -0500 @@ -369,6 +369,7 @@ h = h.replace(/type=\"\-mce\-/gi, 'type="'); tinyMCEPopup.editor.plugins.fullpage.head = h; + tinyMCEPopup.editor.plugins.fullpage._setBodyAttribs(tinyMCEPopup.editor, {}); tinyMCEPopup.close(); }