diff --git a/school/templates/quiz.html b/school/templates/quiz.html
index a7cf17bc..84dcf1eb 100644
--- a/school/templates/quiz.html
+++ b/school/templates/quiz.html
@@ -35,7 +35,7 @@
{% set explanation = question['explanation_' + loop.index | string] %}
{% if explanation %}
- {{ explanation }}
+ {{ explanation }}
{% endif %}
{% endif %}