From 117a0b4971b4573753f3b50eae909b395a051758 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Nov 2022 13:00:15 +0100 Subject: [PATCH] css --- htdocs/admin/fckeditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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').'';