From 32e98967b76df8088a5759c90650ae65808932bc Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Sat, 29 Mar 2014 16:45:22 +0100 Subject: add optional request with GET method for search and results pages --- searx/templates/results.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'searx/templates/results.html') diff --git a/searx/templates/results.html b/searx/templates/results.html index 8094e96b6..97c2696c8 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 %}