diff --git a/core/core.php b/core/core.php index 5f92865a..b54dfd36 100644 --- a/core/core.php +++ b/core/core.php @@ -2941,6 +2941,10 @@ class template { helper::sprintAttributes($attributes) ); // Options + // Quand selected vaut 0, afficher une sélection vide + //if ($attributes['selected'] === 0) { + // $html .= sprintf(''); + //} foreach($options as $value => $text) { $html .= sprintf( '',