From 022898e50235815bda5c9387ad42da90a9eb18ff Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 28 Jul 2024 08:44:06 +0200 Subject: [PATCH] [fix] fix issues in the language menue introduced by PR #3645 In my review of [1] I tried to reformat the template code of the language menue whereby I have made two mistakes. - default language was added twice - in the 'Auto-detect' item a hard coded `[auto]` was implemented where the `search_language` variable was needed. [1] https://github.com/searxng/searxng/issues/3645 Signed-off-by: Markus Heiser --- searx/templates/simple/filters/languages.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/searx/templates/simple/filters/languages.html b/searx/templates/simple/filters/languages.html index c4185b63c..64f53d126 100644 --- a/searx/templates/simple/filters/languages.html +++ b/searx/templates/simple/filters/languages.html @@ -1,12 +1,11 @@