diff --git a/htdocs/user/card.php b/htdocs/user/card.php
index 5314fd16a73..4111c2752dc 100644
--- a/htdocs/user/card.php
+++ b/htdocs/user/card.php
@@ -1167,7 +1167,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);
|