]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/export/_start.rhtml
Remove spurious comma that was breaking Safari.
[rails.git] / app / views / export / _start.rhtml
index 66f79f6e63d248a0aa80cfb18ee609bb9bca0f1d..3e6beaf55488f54647688a2830a71b8d46301d69 100644 (file)
@@ -31,7 +31,7 @@
 
     <div class="export_details">
       <p>OpenStreetMap data is licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>.</p>
-    </div
+    </div>
   </div>
 
   <div id="export_mapnik">
@@ -65,7 +65,7 @@
 
   function startExport() {
     vectors = new OpenLayers.Layer.Vector("Vector Layer", {
-      displayInLayerSwitcher: false,
+      displayInLayerSwitcher: false
     });
     map.addLayer(vectors);