From 6626f013656d39bc90d179e6706825552a8e588d Mon Sep 17 00:00:00 2001 From: Marc Abonce Seguin Date: Mon, 1 Jul 2019 19:52:34 -0500 Subject: [fix] preserve bangs in suggestions and corrections --- searx/templates/oscar/results.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates') diff --git a/searx/templates/oscar/results.html b/searx/templates/oscar/results.html index ee1052dba..3a1f84067 100644 --- a/searx/templates/oscar/results.html +++ b/searx/templates/oscar/results.html @@ -21,7 +21,7 @@ {{ _('Try searching for:') }} {% for correction in corrections %} {% endfor %} @@ -118,7 +118,7 @@
{% for suggestion in suggestions %} {% endfor %} -- cgit v1.2.3