X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fa1f23edfbd0672ae430722152314ecc69615b56..6704f7bbb08127cdf2cb7e1e1fc28605b2273bfa:/lib/template/address-xml.php?ds=inline diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php index fcd90b85..9eeb3b77 100644 --- a/lib/template/address-xml.php +++ b/lib/template/address-xml.php @@ -1,6 +1,5 @@ ".htmlspecialchars($aPlace['langaddress']).""; - if ($bShowAddressDetails) { + if ($bShowAddressDetails) { echo ""; - foreach($aAddress as $sKey => $sValue) + foreach($aPlace['aAddress'] as $sKey => $sValue) { $sKey = str_replace(' ','_',$sKey); echo "<$sKey>"; @@ -39,7 +39,7 @@ echo ""; } echo ""; - } + } } - + echo "";