Skip to content

Commit 6aa9fda

Browse files
authored
fix HTML tag in items HTML template
1 parent 46eaaf5 commit 6aa9fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/templates/collections/items/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<script src="https://unpkg.com/leaflet.markercluster/dist/leaflet.markercluster-src.js"></script>
1919

2020
{% if data['itemtype'] == 'record' %}
21-
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.draw.css"></script>
21+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.draw.css"/>
2222
<script src="https://unpkg.com/[email protected]/dist/leaflet.draw.js"></script>
2323
{% endif %}
2424
{% endblock %}

0 commit comments

Comments
 (0)