X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3abbeb5f081c648a6f2fe0213663627ad6b37198..0c714f12b4137017e842a10cda0f47839a84dfb9:/lib/template/address-xml.php?ds=sidebyside
diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php
index 185601ad..450f8fb5 100644
--- a/lib/template/address-xml.php
+++ b/lib/template/address-xml.php
@@ -1,45 +1,45 @@
-\n";
-
- echo "\n";
-
- if (!sizeof($aPlace))
- {
- if ($sError)
- echo "$sError";
- else
- echo "Unable to geocode";
- }
- else
- {
- echo "".htmlspecialchars($aPlace['langaddress'])."";
-
- if ($bShowAddressDetails) {
- echo "";
- foreach($aAddress as $sKey => $sValue)
- {
- $sKey = str_replace(' ','_',$sKey);
- echo "<$sKey>";
- echo htmlspecialchars($sValue);
- echo "$sKey>";
- }
- echo "";
- }
- }
-
- echo "";
+\n";
+
+ echo "\n";
+
+ if (!sizeof($aPlace))
+ {
+ if ($sError)
+ echo "$sError";
+ else
+ echo "Unable to geocode";
+ }
+ else
+ {
+ echo "".htmlspecialchars($aPlace['langaddress'])."";
+
+ if ($bShowAddressDetails) {
+ echo "";
+ foreach($aAddress as $sKey => $sValue)
+ {
+ $sKey = str_replace(' ','_',$sKey);
+ echo "<$sKey>";
+ echo htmlspecialchars($sValue);
+ echo "$sKey>";
+ }
+ echo "";
+ }
+ }
+
+ echo "";