X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/80d41d39e7490be63e81aebbca4987e4ff12f90d..ded0d87e8b86d3df3c261eb862567dd5edce8b59:/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);