diff --git a/core/core.php b/core/core.php index d1657854..91f561b9 100644 --- a/core/core.php +++ b/core/core.php @@ -2780,7 +2780,7 @@ class template { // Début du wrapper $html = '
'; // Label - $html .= self::label($attributes['id'], 'Combien font ' . $firstNumber . ' + ' . $secondNumber . ' ?', [ + $html .= self::label($attributes['id'], $firstNumber . ' + ' . $secondNumber . ' = ?', [ 'help' => $attributes['help'] ]); // Notice