From 8289436e55adca46e40743ae1be229643cb3148f Mon Sep 17 00:00:00 2001 From: GenericMale Date: Fri, 23 Aug 2024 01:29:44 +0200 Subject: [PATCH] [fix] search: don't show categories without active engine --- searx/templates/simple/categories.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/templates/simple/categories.html b/searx/templates/simple/categories.html index 65f8aeaf4..698c857e9 100644 --- a/searx/templates/simple/categories.html +++ b/searx/templates/simple/categories.html @@ -14,7 +14,7 @@
{{- '' -}}
{%- if not search_on_category_select or not display_tooltip -%} - {%- for category in categories_as_tabs -%} + {%- for category in categories -%}
{{- '' -}}