diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html
index 2522d4cf..ffd4930e 100644
--- a/anatomy/templates/anatomy/exam_scores.html
+++ b/anatomy/templates/anatomy/exam_scores.html
@@ -7,7 +7,7 @@
{% if unmarked %}
The following questions need marking
{% for exam_index in unmarked %}
- {{ exam_index }}
+ {{ exam_index }}
{% endfor %}
{% endif %}