X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/54129a6f1590a44ef90e7c7ea6d7600c508f3733..4429121341de7727be26d56b9a1d7ada84359ea6:/lib/template/address-xml.php diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php index 9989bb31..0747844a 100644 --- a/lib/template/address-xml.php +++ b/lib/template/address-xml.php @@ -30,7 +30,7 @@ if ($bShowAddressDetails) { echo ""; - foreach($aAddress as $sKey => $sValue) + foreach($aPlace['aAddress'] as $sKey => $sValue) { $sKey = str_replace(' ','_',$sKey); echo "<$sKey>";