Index: ckeditor.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ckeditor/ckeditor.module,v
retrieving revision 1.2
diff -u -p -r1.2 ckeditor.module
--- ckeditor.module	22 Oct 2009 20:35:40 -0000	1.2
+++ ckeditor.module	5 Nov 2009 08:34:46 -0000
@@ -571,7 +571,7 @@ function ckeditor_process_textarea($elem
       }
       $content .= $element['#value'];
       $wysiwyg_link = '';
-      $wysiwyg_link .= "<a href=\"javascript:Toggle('{$textarea_id}','". str_replace("'", "\\'", t('Switch to plain text editor')) ."','". str_replace("'", "\\'", t('Switch to rich text editor')) ."',". $xss_check .");\" id=\"switch_{$textarea_id}\" ". ($ckeditor_on?"style=\"display:none\"":"") .">";
+      $wysiwyg_link .= "<a href=\"javascript:Toggle('{$textarea_id}','". str_replace("'", "\\'", t('Switch to plain text editor')) ."','". str_replace("'", "\\'", t('Switch to rich text editor')) ."',". $xss_check .");\" id=\"switch_{$textarea_id}\">";
       $wysiwyg_link .= $ckeditor_on ? t('Switch to plain text editor') : t('Switch to rich text editor');
       $wysiwyg_link .= '</a>';
 
