diff --git a/templates/dataformat/logbookentry.html b/templates/dataformat/logbookentry.html
index 875e0ba..4d4046b 100644
--- a/templates/dataformat/logbookentry.html
+++ b/templates/dataformat/logbookentry.html
@@ -9,9 +9,9 @@
{{date}} - {{expeditionyear}}
{% if trip.caveOrLocation == "cave" %}
-{{trip.cave}}
+{{trip.cave}}
{% else %}
-{{trip.location}}
+{{trip.location}}
{% endif %}
{% for person in persons %}