diff --git a/pygeoapi/templates/collections/items/item.html b/pygeoapi/templates/collections/items/item.html
index e92207f62..c90cd8eee 100644
--- a/pygeoapi/templates/collections/items/item.html
+++ b/pygeoapi/templates/collections/items/item.html
@@ -95,7 +95,7 @@
{{ data['id'] }}
{% for k, v in data['properties'].items() %}
{# The following if logic assumes there will not be a "links_to_station_images" column outside of gravity stations dataset #}
- {# Revisit this if statement logic if that somehow ever changes}
+ {# Revisit this if statement logic if that somehow ever changes #}
{% if k != data['id_field'] and k != 'links_to_station_images' %}
| {{ k | striptags }} |