From 17b43dbc295348bae4ce79b897d1e3f82bb5aefa Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 22 Aug 2003 23:09:43 +0000 Subject: [PATCH] More XHTML fixes. git-svn-id: https://develop.svn.wordpress.org/trunk@329 602fd350-edb4-49c9-b593-d223f7449a82 --- b2-include/b2template.functions.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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() {