Index: yui_editor.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/yui_editor/yui_editor.js,v
retrieving revision 1.1.4.3
diff -u -p -r1.1.4.3 yui_editor.js
--- yui_editor.js	22 Apr 2008 22:49:28 -0000	1.1.4.3
+++ yui_editor.js	23 Apr 2008 15:15:44 -0000
@@ -51,10 +51,9 @@ function render_editor(id, config) {
           Dom.setStyle(myEditor.get('element'), 'left', '-9999px');
           Dom.setStyle(myEditor.get('element'), 'position', 'absolute');
           myEditor.get('element_cont').addClass('yui-editor-container');
-          YAHOO.log('Reset designMode on the Editor', 'info', 'example');
           myEditor._setDesignMode('on');
-          YAHOO.log('Inject the HTML from the textarea into the editor', 'info', 'example');
           _button.set("label", "Switch to Plain Editor");
+          myEditor.setEditorHTML(myEditor.get('textarea').value);
         }
       });
     }
