X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6b65b9086b4434c6cc69bf4c8a3f778af5b91115..9177a7f56c55d05f0eb38f6cd651028d160620ba:/lib/template/address-xml.php
diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php
index 75f69e15..9989bb31 100644
--- a/lib/template/address-xml.php
+++ b/lib/template/address-xml.php
@@ -1,6 +1,5 @@
$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 "";