From c7220b40ead8c53b21e1533d23ffff8ae3b831bd Mon Sep 17 00:00:00 2001 From: Dalf Date: Tue, 16 Jul 2019 16:27:29 +0200 Subject: Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly. --- searx/templates/legacy/results.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates/legacy') diff --git a/searx/templates/legacy/results.html b/searx/templates/legacy/results.html index f0d78398d..2e28bc91f 100644 --- a/searx/templates/legacy/results.html +++ b/searx/templates/legacy/results.html @@ -44,8 +44,8 @@ {% set first = true %} {% for suggestion in suggestions %} {% if not first %} • {% endif %}
- - + +
{% set first = false %} {% endfor %} -- cgit v1.2.3