From 3373b2c2987302087777c89c4419fd7b67ca579e Mon Sep 17 00:00:00 2001 From: asciimoo Date: Thu, 17 Oct 2013 01:44:50 +0200 Subject: [enh] browser autocompletition turned off --- searx/templates/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/results.html') diff --git a/searx/templates/results.html b/searx/templates/results.html index 5665bc501..8d2683a74 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %}
- +
{% for result in results %} -- cgit v1.2.3