From 2d540e1da76fe7f5dbb75c2d2d46c2de5a3c1d8c Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 23 Jun 2023 21:10:48 +0100 Subject: [PATCH] give the language selector an id - see #736 - thanks @frzquerty --- functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.inc.php b/functions.inc.php index 5560ac0e..59ef8c60 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -217,7 +217,7 @@ function language_selector() $current_lang = check_language(); - $selector = ''; foreach ($supported_languages as $lang => $lang_name) { if ($lang == $current_lang) {