diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html index 582305a1..eeb86577 100644 --- a/searx/templates/preferences.html +++ b/searx/templates/preferences.html @@ -43,6 +43,15 @@

+
+ {{ _('Method') }} +

+ +

+
{{ _('Currently used search engines') }} diff --git a/searx/templates/results.html b/searx/templates/results.html index 8094e96b..97c2696c 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -10,7 +10,7 @@ {% if suggestions %}
{{ _('Suggestions') }} {% for suggestion in suggestions %} -
+
@@ -25,7 +25,7 @@
{{ _('Download results') }} {% for output_type in ('csv', 'json', 'rss') %} -
+
@@ -52,7 +52,7 @@ {% if paging %}