X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/550578b35919aaa6186966d844fea711570f89e1..ee2863200ccef14104cc0e7ac14d3cd8f0a1ce81:/lib/template/search-xml.php
diff --git a/lib/template/search-xml.php b/lib/template/search-xml.php
index b15c9a2e..bdf1eab5 100644
--- a/lib/template/search-xml.php
+++ b/lib/template/search-xml.php
@@ -1,88 +1,88 @@
-\n";
-
- echo "\n";
-
- foreach($aSearchResults as $iResNum => $aResult)
- {
- echo "";
- foreach($aResult['address'] as $sKey => $sValue)
- {
- $sKey = str_replace(' ','_',$sKey);
- echo "<$sKey>";
- echo htmlspecialchars($sValue);
- echo "$sKey>";
- }
-
- echo "";
- }
- else
- {
- echo "/>";
- }
- }
-
- echo "";
+\n";
+
+ echo "\n";
+
+ foreach($aSearchResults as $iResNum => $aResult)
+ {
+ echo "";
+ foreach($aResult['address'] as $sKey => $sValue)
+ {
+ $sKey = str_replace(' ','_',$sKey);
+ echo "<$sKey>";
+ echo htmlspecialchars($sValue);
+ echo "$sKey>";
+ }
+
+ echo "";
+ }
+ else
+ {
+ echo "/>";
+ }
+ }
+
+ echo "";