diff --git a/b2-include/b2template.functions.php b/b2-include/b2template.functions.php index ee344ff7e7..39655c4fed 100644 --- a/b2-include/b2template.functions.php +++ b/b2-include/b2template.functions.php @@ -343,7 +343,7 @@ function print_UrlPopNav() { array('http://www.acme.com/mapper/?lat='.get_Lat().'&long='.get_Lon().'&scale=11&theme=Image&width=3&height=2&dot=Yes', 'Acme Mapper'), array('http://geourl.org/near/?lat='.get_Lat().'&lon='.get_Lon().'&dist=500', - 'GeoUrls near here'), + 'GeoURLs near here'), array('http://www.geocaching.com/seek/nearest.aspx?origin_lat='.get_Lat().'&origin_long='.get_Lon().'&dist=5', 'Geocaches Near Nere'), array('http://www.mapquest.com/maps/map.adp?latlongtype=decimal&latitude='.get_Lat().'&longitude='.get_Lon(), @@ -359,12 +359,14 @@ function print_UrlPopNav() { array('http://mapserver.maptech.com/api/espn/index.cfm?lat='.get_Lat().'&lon='.get_Lon().'&scale=100000&zoom=50&type=1&icon=0&&scriptfile=http://mapserver.maptech.com/api/espn/index.cfm', 'Maptech near here') ); - echo '
'."\n"; echo '\n"; } - echo '
'."\n"; + echo ' +'."\n"; } function longitude_invalid() {