X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7239687e5b7fab3c48a567cfee811fc8e9d1f2e8..a7c8e8897ba93083fa829b700d78c083c025e432:/lib/template/search-xml.php diff --git a/lib/template/search-xml.php b/lib/template/search-xml.php index 6e48be4c..0521de0e 100644 --- a/lib/template/search-xml.php +++ b/lib/template/search-xml.php @@ -1,88 +1,88 @@ -\n"; - - echo "\n"; - - foreach($aSearchResults as $iResNum => $aResult) - { - echo ""; - foreach($aResult['address'] as $sKey => $sValue) - { - $sKey = str_replace(' ','_',$sKey); - echo "<$sKey>"; - echo htmlspecialchars($sValue); - echo ""; - } - - echo ""; - } - else - { - echo "/>"; - } - } - - echo ""; +\n"; + + echo "\n"; + + foreach($aSearchResults as $iResNum => $aResult) + { + echo ""; + foreach($aResult['address'] as $sKey => $sValue) + { + $sKey = str_replace(' ','_',$sKey); + echo "<$sKey>"; + echo htmlspecialchars($sValue); + echo ""; + } + + echo ""; + } + else + { + echo "/>"; + } + } + + echo "";