diff --git a/templates/onthisdate.html b/templates/onthisdate.html
index eea001b..2f88323 100644
--- a/templates/onthisdate.html
+++ b/templates/onthisdate.html
@@ -3,7 +3,7 @@
{% if svxothers %}Survex files on this date:
{% for item in svxothers %}
- {{item.path|safe}}
+ {{item.path|safe}}
{% empty %}
None found for this date.
{% endfor %}