Bloomin Americans that can't spell...

This commit is contained in:
Tom Hughes 2007-07-29 16:26:57 +00:00
parent 7e6a315104
commit 1ff72de318
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@
var map = createMap("map");
map.setCentre(centre, zoom);
map.setCenter(centre, zoom);
<% if marker %>
marker = addMarkerToMap(lonLatToMercator(new OpenLayers.LonLat(<%= mlon %>, <%= mlat %>)), null, "Your location");