12100 Select contents translation

This commit is contained in:
Fred Tempez 2023-01-02 17:23:11 +01:00
parent 70f1bdd5a7
commit 1a3ef73c13
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ class template
'<option value="%s"%s>%s</option>',
$value,
$attributes['selected'] == $value ? ' selected' : '', // Double == pour ignorer le type de variable car $_POST change les types en string
$text
helper::translate($text)
);
}
// Fin sélection