From 19944d4b1a8b6dada223df9406114915d3a44f63 Mon Sep 17 00:00:00 2001 From: Dougal Campbell 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: https://develop.svn.wordpress.org/trunk@550 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 08658c10c8..cdf446e913 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"; } } }