From e13683277084fd2e04fa0a476edad0e87d1ef6ac Mon Sep 17 00:00:00 2001 From: asciimoo Date: Fri, 15 Nov 2013 01:00:00 +0100 Subject: [enh] submittable suggestions --- searx/templates/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates') diff --git a/searx/templates/results.html b/searx/templates/results.html index df9410eb4..f130f5bc5 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -6,7 +6,7 @@
{% if suggestions %} -
Suggestions: {% for suggestion in suggestions %}{{ suggestion }}{% endfor %}
+
Suggestions: {% for suggestion in suggestions %}
{% endfor %}
{% endif %}
Number of results: {{ number_of_results }} -- cgit v1.2.3