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 .= ""; + $wysiwyg_link .= ""; $wysiwyg_link .= $ckeditor_on ? t('Switch to plain text editor') : t('Switch to rich text editor'); $wysiwyg_link .= '';