From: Grant Slater Date: Thu, 22 Mar 2012 14:24:51 +0000 (+0000) Subject: Remove final comma from JS array which confused older versions of IE X-Git-Tag: live~5643 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e7bcb570858cbcea3b4609cee8b8ce8054619a39?hp=311f7ddd6e6516232d3884e9765b966190814882 Remove final comma from JS array which confused older versions of IE --- diff --git a/public/export/embed.html b/public/export/embed.html index d30b76d32..402f0410b 100644 --- a/public/export/embed.html +++ b/public/export/embed.html @@ -71,7 +71,7 @@ "http://otile4.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png"], { displayOutsideMaxExtent: true, wrapDateLine: true, - attribution: "Tiles courtesy of MapQuest ", + attribution: "Tiles courtesy of MapQuest " }); map.addLayer(mapquestmap); }