From af7115535cdc12b869e6b4978ca9dcd7018820e1 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Thu, 15 Oct 2020 22:01:07 +0200 Subject: [PATCH] Open language switch in target=_self --- common_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_config.php b/common_config.php index 9222f7d..e95379e 100644 --- a/common_config.php +++ b/common_config.php @@ -76,7 +76,7 @@ function print_langs(){ }else{ $uri='?'.htmlspecialchars($query)."&lang=$code"; } - echo " $name"; + echo " $name"; } echo ''; }