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/simple/results.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates/simple/results.html') diff --git a/searx/templates/simple/results.html b/searx/templates/simple/results.html index 195c478db..a8e899e57 100644 --- a/searx/templates/simple/results.html +++ b/searx/templates/simple/results.html @@ -50,11 +50,11 @@
{% for suggestion in suggestions %}
- + - +
{% endfor %}
-- cgit v1.2.3