X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/620100a5ac943e86e54f81f40dc52f1dd0d61330..521d6294993f8d8d46d93d514c08556d0c924786:/lib/template/address-html.php diff --git a/lib/template/address-html.php b/lib/template/address-html.php index 1f18e96c..dbe982f0 100644 --- a/lib/template/address-html.php +++ b/lib/template/address-html.php @@ -48,7 +48,7 @@ foreach($aZoomLevels as $iZoomLevel => $sLabel) { - $bSel = isset($_GET['zoom']) && ($_GET['zoom'] == $iZoomLevel); + $bSel = isset($_GET['zoom']) && ($_GET['zoom'] == (string)$iZoomLevel); echo ''."\n"; } ?>