diff --git a/wetter/templates/index.html b/wetter/templates/index.html index 79d87c9..936c97f 100644 --- a/wetter/templates/index.html +++ b/wetter/templates/index.html @@ -45,7 +45,7 @@ mymap.setView([stations[0]["lat"], stations[0]["lon"]], 6); } stations.forEach((station, i, j) => { - L.marker([station["lat"], station["lon"]]).addTo(mymap).bindPopup("

" + station["name"] + "

" + station["state"] + "

Export Info"); + L.marker([station["lat"], station["lon"]]).addTo(mymap).bindPopup("

" + station["name"] + "

" + station["state"] + "

Export Info"); }) }); diff --git a/wetter/templates/station.html b/wetter/templates/station.html index fdc949d..8e23e62 100644 --- a/wetter/templates/station.html +++ b/wetter/templates/station.html @@ -51,9 +51,9 @@ -
- Exportieren -
+ + Exportieren +
Meta
diff --git a/wetter/templates/stations.html b/wetter/templates/stations.html index 3379722..085202e 100644 --- a/wetter/templates/stations.html +++ b/wetter/templates/stations.html @@ -23,7 +23,7 @@ {{ station.name }} {{ station.state }} - Export Info + {% endfor %}