From d08bcaead8f265f1c9abb3baf3632c82aef6b628 Mon Sep 17 00:00:00 2001 From: emc3 Date: Wed, 19 Nov 2003 18:30:12 +0000 Subject: [PATCH] XHTML compliance changes in doGeoUrlHeader() as suggested by Xial http://pxnet.pixelechoes.net/ git-svn-id: http://svn.automattic.com/wordpress/trunk@550 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2-include/b2functions.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/b2-include/b2functions.php b/b2-include/b2functions.php index 08658c10c..cdf446e91 100644 --- a/b2-include/b2functions.php +++ b/b2-include/b2functions.php @@ -1353,17 +1353,17 @@ function doGeoUrlHeader($posts) { $lon = $row->post_lon; $title = $row->post_title; if(($lon != null) && ($lat != null) ) { - echo "\n"; - echo "\n"; - echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; return; } } else { if($use_default_geourl) { // send the default here - echo "\n"; - echo "\n"; - echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; } } }