X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/86ca377b1a1505c7a599746c095bc83156e3997d..fc961c14fa3762530123e7aad3fae77b6e89be65:/lib/template/address-xml.php?ds=sidebyside diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php index ba085eea..39d9a147 100644 --- a/lib/template/address-xml.php +++ b/lib/template/address-xml.php @@ -47,9 +47,7 @@ echo ""; foreach ($aPlace['sExtraTags'] as $sKey => $sValue) { - echo ''; - echo htmlspecialchars($sValue); - echo ""; + echo ''; } echo ""; } @@ -59,7 +57,7 @@ echo ""; foreach ($aPlace['sNameDetails'] as $sKey => $sValue) { - echo ''; + echo ''; echo htmlspecialchars($sValue); echo ""; }