summaryrefslogtreecommitdiff
path: root/searx/templates/results.html
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-19 22:58:50 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-19 22:58:50 +0100
commit4f4cb1caca37c28cd8a8e58e259d41569d3290a7 (patch)
tree9966f947e19664667cdeefcfd26abfbc4a451da4 /searx/templates/results.html
parentbfdd6ebb9292f544736ed264a8d8ab04ca8d0296 (diff)
downloadsearxng-4f4cb1caca37c28cd8a8e58e259d41569d3290a7.tar.gz
searxng-4f4cb1caca37c28cd8a8e58e259d41569d3290a7.zip
[enh] results favico handling
Diffstat (limited to 'searx/templates/results.html')
-rw-r--r--searx/templates/results.html2
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 }}