From e780bae77f609ae760a2022c3b1460fac2ec779b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Apr 2021 15:27:10 +0200 Subject: [PATCH] css --- htdocs/user/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/user/card.php b/htdocs/user/card.php index 9d2039a4678..b1a9a229827 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -1165,7 +1165,7 @@ if ($action == 'create' || $action == 'adduserldap') { // Signature print ''.$langs->trans("Signature").''; - print ''; + print ''; require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php'; $doleditor = new DolEditor('signature', GETPOST('signature', 'restricthtml'), '', 138, 'dolibarr_notes', 'In', true, true, empty($conf->global->FCKEDITOR_ENABLE_USERSIGN) ? 0 : 1, ROWS_4, '90%'); print $doleditor->Create(1); @@ -1679,7 +1679,7 @@ if ($action == 'create' || $action == 'adduserldap') { } // Signature - print ''.$langs->trans('Signature').''; + print ''.$langs->trans('Signature').''; print dol_htmlentitiesbr($object->signature); print "\n";