diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html
index 93d41d9a..5a9a415c 100644
--- a/anatomy/templates/anatomy/mark.html
+++ b/anatomy/templates/anatomy/mark.html
@@ -20,13 +20,13 @@
Marked:
{% for answer in correct_answers %}
- {{ answer }}
+ {{ answer }}
{% endfor %}
{% for answer in half_mark_answers %}
- {{ answer }}
+ {{ answer }}
{% endfor %}
{% for answer in incorrect_answers %}
- {{ answer }}
+ {{ answer }}
{% endfor %}
Key:
2 Marks,
1
diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html
index e1d3d011..00676944 100644
--- a/rapids/templates/rapids/mark.html
+++ b/rapids/templates/rapids/mark.html
@@ -33,17 +33,17 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities
{% for answer in correct_answers %}
-
-
{{ answer }}
+ {{ answer }}
{% endfor %}
{% for answer in half_mark_answers %}
-
-
{{ answer }}
+ {{ answer }}
{% endfor %}
{% for answer in incorrect_answers %}
-
-
{{ answer }}
+ {{ answer }}
{% endfor %}