X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0dd10c3fff9896ca23b884a7ec7a97002065d083..f1c4615c32532cdb03845c017f660fa5c5a06331:/lib/template/address-xml.php?ds=sidebyside diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php index 9989bb31..9eeb3b77 100644 --- a/lib/template/address-xml.php +++ b/lib/template/address-xml.php @@ -22,7 +22,8 @@ { echo ""; - foreach($aAddress as $sKey => $sValue) + foreach($aPlace['aAddress'] as $sKey => $sValue) { $sKey = str_replace(' ','_',$sKey); echo "<$sKey>";