X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e90087a063698139beb087f24c068ce04171e8bf..10c5d7f6f6f6ea321fea870e1ec984fa5e4af135:/lib/template/address-xml.php?ds=sidebyside
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 "";