diff --git a/ecrire/inc/lang.php b/ecrire/inc/lang.php index 17d18964d4e0b002b5d09fd6c19c6ed0816ab0fe..ae90b5761b1ad7a70f095c96a3a985d86092bc04 100644 --- a/ecrire/inc/lang.php +++ b/ecrire/inc/lang.php @@ -184,7 +184,7 @@ function liste_options_langues($nom_select, $default='', $herit='') { ## ici ce serait bien de pouvoir choisir entre "langue par defaut" ## et "langue heritee" else - $ret .= "<option class='maj-debut' value='$l'$selected>".traduire_nom_langue($l)." [".$l."]</option>\n"; + $ret .= "<option value='$l'$selected>[".$l."] ".traduire_nom_langue($l)."</option>\n"; } return $ret; }