diff --git a/searx/templates/simple/categories.html b/searx/templates/simple/categories.html index 6ed0f8b18..3ff87924c 100644 --- a/searx/templates/simple/categories.html +++ b/searx/templates/simple/categories.html @@ -13,7 +13,6 @@ } -%}
{{- '' -}}
- {%- if display_tooltip %}
{{ _('Click on the magnifier to perform search') }}
{% endif -%} {%- for category in categories_as_tabs -%}
- {% set display_tooltip = true %} {% with categories_class='search-tabs' %} {% include 'simple/categories.html' %} {% endwith %}