X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/75ec3326e1f10e72b9ce8e2a11a9c4d5db2c881d..1cb55c6e318cb86cd1d44463eff4b951496134c0:/lib/template/search-xml.php diff --git a/lib/template/search-xml.php b/lib/template/search-xml.php index 3d011b39..0521de0e 100644 --- a/lib/template/search-xml.php +++ b/lib/template/search-xml.php @@ -1,87 +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 "";