From: Jorge Tite Date: Tue, 25 Jan 2005 23:30:50 +0000 (+0000) Subject: improve declaration Script fixed X-Git-Tag: 4.7.x-1.0~25 X-Git-Url: http://drupalcode.org/project/fckeditor.git/commitdiff_plain/597c11357ec5c37d1f798cfa21708739f5bcdecc improve declaration Script fixed --- diff --git a/fckeditor.module b/fckeditor.module index 2b1191d..cd9a95b 100644 --- a/fckeditor.module +++ b/fckeditor.module @@ -66,7 +66,7 @@ function fckeditor_textarea($op, $name) { * Implementation of hook_init(). */ function fckeditor_init() { - $output = ''; + $output = ""; drupal_set_html_head($output); }