X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..68bbe21da0b2f20cb1856fc68f8cbac9c637285d:/cookbooks/gps-tile/files/default/html/map.js
diff --git a/cookbooks/gps-tile/files/default/html/map.js b/cookbooks/gps-tile/files/default/html/map.js
index af3b0d997..766d762ce 100644
--- a/cookbooks/gps-tile/files/default/html/map.js
+++ b/cookbooks/gps-tile/files/default/html/map.js
@@ -4,7 +4,7 @@ $(document).ready(function () {
// Add GPS tile layer
L.tileLayer("//gps-{s}.tile.openstreetmap.org/gps-lines/tile/{z}/{x}/{y}.png", {
- attribution: "© OpenStreetMap and contributors, under an open license",
+ attribution: "© OpenStreetMap and contributors, under an open license",
maxZoom: 18
}).addTo(map);