diff --git a/searx/templates/results.html b/searx/templates/results.html
index a939bde22..2f018881c 100644
--- a/searx/templates/results.html
+++ b/searx/templates/results.html
@@ -6,7 +6,7 @@
{% if suggestions %}
-
Suggestions: {% for suggestion in suggestions %}{% endfor %}
+
Suggestions: {% for suggestion in suggestions %}{% endfor %}
{% endif %}
Number of results: {{ number_of_results }}
@@ -18,14 +18,14 @@
{% include 'result_templates/default.html' %}
{% endif %}
{% endfor %}
-
-