From a4f89a798196f7d0c8a72ca80b34d2e9b6c040d5 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 4 Mar 2014 20:31:03 +0100 Subject: [fix] proper src/href url handling --- searx/templates/results.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'searx/templates/results.html') diff --git a/searx/templates/results.html b/searx/templates/results.html index 732650831..8094e96b6 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}{{ q }} - {% endblock %} {% block content %} -
preferences
+
preferences
@@ -10,8 +10,8 @@ {% if suggestions %}
{{ _('Suggestions') }} {% for suggestion in suggestions %} -
- + +
{% endfor %} @@ -25,7 +25,7 @@
{{ _('Download results') }} {% for output_type in ('csv', 'json', 'rss') %} -
+
@@ -52,7 +52,7 @@ {% if paging %}