diff --git a/website/src/content/how_to_use/leaflet.md b/website/src/content/how_to_use/leaflet.md index 0cd4f11..9f9136e 100644 --- a/website/src/content/how_to_use/leaflet.md +++ b/website/src/content/how_to_use/leaflet.md @@ -10,7 +10,7 @@ Include the following links and scripts in your page: - + @@ -22,11 +22,10 @@ Initialize it to a div like this: ```html
```