diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-19 22:58:50 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-19 22:58:50 +0100 |
commit | 4f4cb1caca37c28cd8a8e58e259d41569d3290a7 (patch) | |
tree | 9966f947e19664667cdeefcfd26abfbc4a451da4 /searx/templates/results.html | |
parent | bfdd6ebb9292f544736ed264a8d8ab04ca8d0296 (diff) | |
download | searxng-4f4cb1caca37c28cd8a8e58e259d41569d3290a7.tar.gz searxng-4f4cb1caca37c28cd8a8e58e259d41569d3290a7.zip |
[enh] results favico handling
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 be40900c3..0fb9250ca 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -9,7 +9,7 @@ {% if suggestions %} <div id="suggestions"><span>Suggestions: </span>{% for suggestion in suggestions %}<form method="post" action="/"><input type="hidden" name="q" value="{{suggestion}}"><input type="submit" value="{{ suggestion }}" /></form>{% endfor %}</div> {% endif %} - + <div id ="result_count"> Number of results: {{ number_of_results }} |