diff --git a/core/class/template.class.php b/core/class/template.class.php index 225ad92a..2cb85bab 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -64,7 +64,7 @@ class template { $html = '
'; // Label $html .= self::label($attributes['id'], - '' . template::ico('plus') . ' = en chiffres ?', [ + '' . template::ico('plus') . ' en chiffres ?', [ 'help' => $attributes['help'] ]); // Notice diff --git a/core/module/user/user.php b/core/module/user/user.php index 44bee7e8..1373c40b 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -374,7 +374,6 @@ class user extends common { } else { // Lire Id du compte $userId = $this->getInput('userLoginId', helper::FILTER_ID, true); - /** * Aucun compte existant */