From 17da76bbaf4363d5bfa289bff7007079258e86f9 Mon Sep 17 00:00:00 2001 From: James Wallace <92064306+jwallace94@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:26:53 +1000 Subject: [PATCH] fix comment not being finished --- pygeoapi/templates/collections/items/item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}