X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/9c0ca064b833ad39eac8ffc2447331d732d1a7d0..de978c9987ddbb6595029b23b5dfd2823fc4ea3f:/lib/template/address-xml.php?ds=inline
diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php
index 75f69e15..9eeb3b77 100644
--- a/lib/template/address-xml.php
+++ b/lib/template/address-xml.php
@@ -1,6 +1,5 @@
$sError";
else
echo "Unable to geocode";
@@ -23,15 +22,16 @@
{
echo "".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 "$sKey>";
}
echo "";
- }
+ }
}
-
+
echo "";