diff --git a/views/home.html.twig b/views/home.html.twig
index c4790a4..262ea8c 100644
--- a/views/home.html.twig
+++ b/views/home.html.twig
@@ -40,10 +40,10 @@
{% if contributors|length > 0 %}
with the help of
- {% for contributor in contributors %}
- {% if loop.index0 < (loop.length - 1) and loop.index0 > 0 %}, {% elseif loop.index0 == (loop.length - 1) %} and {% endif %}
+ {% for contributor in contributors -%}
+ {%- if loop.index0 < (loop.length - 1) and loop.index0 > 0 %}, {% elseif loop.index0 == (loop.length - 1) %} and {% endif -%}
{{ contributor.login }}
- {% endfor %}
+ {%- endfor %}
{% endif %}