We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eaaf5 commit 18b5541Copy full SHA for 18b5541
1 file changed
pygeoapi/templates/collections/items/index.html
@@ -18,7 +18,7 @@
18
<script src="https://unpkg.com/leaflet.markercluster/dist/leaflet.markercluster-src.js"></script>
19
20
{% if data['itemtype'] == 'record' %}
21
- <link rel="stylesheet" href="https://unpkg.com/leaflet-draw@1.0.4/dist/leaflet.draw.css"></script>
+ <link rel="stylesheet" href="https://unpkg.com/leaflet-draw@1.0.4/dist/leaflet.draw.css"/>
22
<script src="https://unpkg.com/leaflet-draw@1.0.4/dist/leaflet.draw.js"></script>
23
{% endif %}
24
{% endblock %}
0 commit comments