diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html
index 4e378fc14..3eaf40e6e 100644
--- a/themes/varia/templates/article.html
+++ b/themes/varia/templates/article.html
@@ -52,11 +52,11 @@
{% for translation in article.translations %}
{% if translation.lang == 'nl' %}
Lees dit artikel in het Nederlands
- {% endif%}
+ {% endif %}
{% if translation.lang == 'en' %}
Read this article in English
- {% endif%}
+ {% endif %}
{% endfor %}
{% endif %}