From e2bd4fc894ef1d58520ac4e4b5ab85dca2f9d5ee Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Tue, 18 Oct 2005 14:33:22 +0000 Subject: [PATCH] il faut quand meme conserver le <noscript> --- ecrire/inc_lang.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecrire/inc_lang.php3 b/ecrire/inc_lang.php3 index dfa594cc5e..bdaf6537c7 100644 --- a/ecrire/inc_lang.php3 +++ b/ecrire/inc_lang.php3 @@ -302,8 +302,8 @@ function menu_langues($nom_select = 'var_lang', $default = '', $texte = '', $her ."&$nom_select='+this.options[this.selectedIndex].value\">\n" . $ret . "</select>\n" - . "<fieldset><input type='submit' name='Valider' value='>>' class='spip_bouton' /></fieldset>" - . "</form>"; + . "<noscript><fieldset><input type='submit' name='Valider' value='>>' class='spip_bouton' /></fieldset></noscript>\n" + . "</form>\n"; } function liste_options_langues($nom_select, $default='', $herit='') { -- GitLab