Index: yui_editor.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/yui_editor/yui_editor.module,v retrieving revision 1.5.2.17.2.7 diff -u -p -r1.5.2.17.2.7 yui_editor.module --- yui_editor.module 24 Oct 2008 23:03:00 -0000 1.5.2.17.2.7 +++ yui_editor.module 27 Oct 2008 20:49:33 -0000 @@ -95,7 +95,7 @@ function yui_editor_init() { } /* - * Add the javascript/CSS needed to render the editor + * Add the javascript/CSS needed to render the editor */ function yui_render_editor($profile) { _yui_editor_plugin('render', $profile, $profile); @@ -133,7 +133,7 @@ function yui_render_editor($profile) { $editors .= "YAHOO.Drupal.editors.push(new YAHOO.Drupal.yui_editor('$id', $settings));\n"; } - drupal_add_js("YAHOO.util.Event.onDOMReady(function () { YAHOO.Drupal.yui_editor_load.fire(); $editors\n });", 'inline', 'footer'); + drupal_add_js("YAHOO.util.Event.onDOMReady(function () { $editors YAHOO.Drupal.yui_editor_load.fire(); });", 'inline', 'footer'); } function yui_editor_load_libs() {