diff --git a/htdocs/admin/fckeditor.php b/htdocs/admin/fckeditor.php index f43ddb281bd..9710a06a400 100644 --- a/htdocs/admin/fckeditor.php +++ b/htdocs/admin/fckeditor.php @@ -172,7 +172,7 @@ if (empty($conf->use_javascript_ajax)) { print '
'.$langs->trans("FCKeditorForProductDetails2").''; } print ''; - print ''; + print ''; $value = (isset($conf->global->$constante) ? $conf->global->$constante : 0); if ($value == 0) { print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';