X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ea04658bde5c61965442562889292351b8df79ec..05e44fad072454584426f8a75976ec12a07910ef:/lib/template/search-xml.php diff --git a/lib/template/search-xml.php b/lib/template/search-xml.php index be05cb40..dfcf1375 100644 --- a/lib/template/search-xml.php +++ b/lib/template/search-xml.php @@ -9,7 +9,7 @@ echo " timestamp='".date(DATE_RFC822)."'"; echo " attribution='Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright'"; echo " querystring='".htmlspecialchars($sQuery, ENT_QUOTES)."'"; - if (isset($sViewBox)) echo " viewbox='".htmlspecialchars($sViewBox, ENT_QUOTES)."'"; + if ($sViewBox) echo " viewbox='".htmlspecialchars($sViewBox, ENT_QUOTES)."'"; echo " polygon='".($bShowPolygons?'true':'false')."'"; if (sizeof($aExcludePlaceIDs)) {