X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c3233cb9512105d65442a40260cf16d8688d76a5..e891aa304193e274992d96a8bef01fd3f7ebe7e2:/lib/template/address-xml.php?ds=inline
diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php
index 450f8fb5..9989bb31 100644
--- a/lib/template/address-xml.php
+++ b/lib/template/address-xml.php
@@ -1,6 +1,5 @@
\n";
if (!sizeof($aPlace))
{
- if ($sError)
+ if (isset($sError))
echo "$sError";
else
echo "Unable to geocode";
@@ -29,7 +28,7 @@
if (isset($aPlace['lon'])) echo ' lon="'.htmlspecialchars($aPlace['lon']).'"';
echo ">".htmlspecialchars($aPlace['langaddress'])."";
- if ($bShowAddressDetails) {
+ if ($bShowAddressDetails) {
echo "";
foreach($aAddress as $sKey => $sValue)
{
@@ -39,7 +38,7 @@
echo "$sKey>";
}
echo "";
- }
+ }
}
-
+
echo "";