diff --git a/Resources/views/Timeline/index.html.twig b/Resources/views/Timeline/index.html.twig
index 062e62c74..a605dcc9c 100644
--- a/Resources/views/Timeline/index.html.twig
+++ b/Resources/views/Timeline/index.html.twig
@@ -1,8 +1,7 @@
-{% for result in results %}
-
- {% include result.template with result.template_data %}
-
-
-{% endfor %}
-
\ No newline at end of file
+ {% for result in results %}
+
+ {% include result.template with result.template_data %}
+
+ {% endfor %}
+