X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fa1f23edfbd0672ae430722152314ecc69615b56..fb76671ab9fbe6e6f40b53d8cdd4250820f79a92:/lib/template/address-xml.php diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php index fcd90b85..9989bb31 100644 --- a/lib/template/address-xml.php +++ b/lib/template/address-xml.php @@ -1,6 +1,5 @@ ".htmlspecialchars($aPlace['langaddress']).""; - if ($bShowAddressDetails) { + if ($bShowAddressDetails) { echo ""; foreach($aAddress as $sKey => $sValue) { @@ -39,7 +38,7 @@ echo ""; } echo ""; - } + } } - + echo "";