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/courgette/results.html | 4 ++-- searx/templates/legacy/results.html | 4 ++-- searx/templates/oscar/results.html | 4 ++-- searx/templates/simple/results.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'searx/templates') diff --git a/searx/templates/courgette/results.html b/searx/templates/courgette/results.html index c72b7c3f7..aa983e666 100644 --- a/searx/templates/courgette/results.html +++ b/searx/templates/courgette/results.html @@ -42,8 +42,8 @@
{{ _('Suggestions') }} {% for suggestion in suggestions %}
- - + +
{% endfor %}
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 %} diff --git a/searx/templates/oscar/results.html b/searx/templates/oscar/results.html index 3a1f84067..f712e5779 100644 --- a/searx/templates/oscar/results.html +++ b/searx/templates/oscar/results.html @@ -118,8 +118,8 @@
{% for suggestion in suggestions %} {% endfor %}
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