diff --git a/COPYRIGHT b/COPYRIGHT index ac8175f83a0..830e89ff116 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -13,7 +13,7 @@ Composant Version License Compatible GPL Usage In alphabetical order of includes directory: AdoDb-Date 0.21 Modified BSD License Yes Date convertion ArtiChow 1.07 Public Domain Yes Graphics -CKEditor 3.5.3 GPL or LGPL 2.1 or MPL 1.1 Yes Editor WYSIWYG +CKEditor 3.6.1 GPL or LGPL 2.1 or MPL 1.1 Yes Editor WYSIWYG EFC/XFSS 1.0.1 LGPL 3.0 Yes Enhanced File Crypt/Extended File Stealth System FCKEditor 2.6.6 LGPL 2.1 or Mozilla PL 1.0 Yes Editor WYSIWYG Flot 0.7 MIT Licence Yes JS library to build graph diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index d4e61d77b6d..4538d76f74e 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -26,7 +26,7 @@ * \file htdocs/main.inc.php * \ingroup core * \brief File that defines environment for Dolibarr pages only (variables not required by scripts) - * \version $Id: main.inc.php,v 1.751 2011/07/06 12:09:19 eldy Exp $ + * \version $Id: main.inc.php,v 1.752 2011/07/06 12:58:34 eldy Exp $ */ @ini_set('memory_limit', '64M'); // This may be useless if memory is hard limited by your PHP @@ -979,7 +979,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs { print ''."\n"; print ''."\n"; - print ''."\n"; + print ''."\n"; } // File Upload if (! empty($conf->global->MAIN_USE_JQUERY_FILEUPLOAD))