From e7bcb570858cbcea3b4609cee8b8ce8054619a39 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 22 Mar 2012 14:24:51 +0000 Subject: [PATCH] Remove final comma from JS array which confused older versions of IE --- public/export/embed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.43.2