diff --git a/htdocs/includes/ckeditor/ckeditor.jgz b/htdocs/includes/ckeditor/ckeditor.jgz new file mode 100644 index 00000000000..2ab2529d763 Binary files /dev/null and b/htdocs/includes/ckeditor/ckeditor.jgz differ diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index fcb0b099a1f..e4ca6253a7b 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -881,7 +881,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print ''."\n"; print ''."\n"; print ''."\n"; - + // jQuery Layout if ($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT || defined('REQUIRE_JQUERY_LAYOUT')) { print ''."\n"; @@ -889,7 +889,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs // CKEditor if (! empty($conf->global->FCKEDITOR_EDITORNAME) && $conf->global->FCKEDITOR_EDITORNAME == 'ckeditor') { - print ''."\n"; + print ''."\n"; } }