X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fa0cf215e723401fec62a3b336a4ed8908c2bfed..1d4dcd914fd277aebf242037064612224f4dde54:/lib/template/address-xml.php
diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php
index 39d9a147..2bfcffbf 100644
--- a/lib/template/address-xml.php
+++ b/lib/template/address-xml.php
@@ -22,11 +22,38 @@
{
echo "".htmlspecialchars($aPlace['langaddress'])."";
if (isset($aPlace['aAddress']))
@@ -63,6 +90,14 @@
}
echo "";
}
+
+ if (isset($aPlace['askml']))
+ {
+ echo "\n";
+ echo $aPlace['askml'];
+ echo "";
+ }
+
}
echo "";