diff --git a/templates/helper.twig b/templates/helper.twig
index 137dd792..72a43060 100644
--- a/templates/helper.twig
+++ b/templates/helper.twig
@@ -32,7 +32,7 @@
{% macro string_to_tags(string, class="badge bg-info") %}
{% for tag in string|split(',') %}
- {{ tag | trim }}
+ {{ tag | trim }}
{% endfor %}
{% endmacro %}