diff options
Diffstat (limited to 'searx/templates/results.html')
| -rw-r--r-- | searx/templates/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <form method="post" action=""> - <input type="text" name="q" value="{{ q }}"/> + <input type="text" name="q" value="{{ q }}" autocomplete="off" /> <input type="submit" value="search" /> </form> {% for result in results %} |