]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/search-html.php
remove trailing commas in HTML to make IE happy (thanks to TomH)
[nominatim.git] / lib / template / search-html.php
index f701379329a41d17065ebe59b47525c916283997..a9d328a8928f7b20ab0cad8aa60a30dfc685d0cf 100644 (file)
@@ -290,7 +290,7 @@ form{
                 projection: new OpenLayers.Projection("EPSG:900913"),
                 displayProjection: new OpenLayers.Projection("EPSG:4326"),
                 eventListeners: {
-                                                                       "moveend": mapEventMove,
+                                                                       "moveend": mapEventMove
                                                                }
                } );
                        map.addLayer(new OpenLayers.Layer.OSM.<?php echo CONST_Tile_Default;?>("Default"));