diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html
index f9ef003b..83ae94ec 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 question in unmarked %}
- {{question.pk}}
+ {{question.pk}}
{% endfor %}
{% endif %}