diff --git a/templates/cave_qms.html b/templates/cave_qms.html
index c7966e156..96df2eb68 100644
--- a/templates/cave_qms.html
+++ b/templates/cave_qms.html
@@ -21,7 +21,7 @@
{% for QM in cave.get_QMs %}
{% if QM.ticked_off_by %}
- - {{QM}} {{QM.nearest_station_name}} :: {{QM.nearest_station_description}} {{QM.cave}}
+ - {{QM}} {{QM.nearest_station_name}} :: {{QM.nearest_station_description}} {{QM.cave}}
{% endif %}
{% endfor %}