From 34b5d9566988652063c27b48d45b1cd02ddb3be5 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 8 Dec 2014 01:01:33 +0100 Subject: [PATCH] UX and HTML corrections Put the infobox first. Result first is more useful for the user. Add id in form for "for". htmlentities in the URL. Take care of spaces in categories. --- searx/templates/oscar/results.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/searx/templates/oscar/results.html b/searx/templates/oscar/results.html index deda276fa..69f8c9237 100644 --- a/searx/templates/oscar/results.html +++ b/searx/templates/oscar/results.html @@ -51,6 +51,11 @@ - - {% if infoboxes %} - {% for infobox in infoboxes %} - {% include 'oscar/infobox.html' %} - {% endfor %} - {% endif %} - {% endblock %}