X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/63dc503b8d86f040e80c24a6cf65f5275dc33221..75c631f08093d0cc7330d313bd3bb58cb2c1924b:/lib-php/website/search.php?ds=inline diff --git a/lib-php/website/search.php b/lib-php/website/search.php index 6b271f0b..b3a0fe83 100644 --- a/lib-php/website/search.php +++ b/lib-php/website/search.php @@ -77,7 +77,9 @@ if (isset($_SERVER['REQUEST_SCHEME']) $sMoreURL = '/search.php?'.http_build_query($aMoreParams); } -if (CONST_Debug) exit; +if (CONST_Debug) { + exit; +} $sOutputTemplate = ($sOutputFormat == 'jsonv2') ? 'json' : $sOutputFormat; include(CONST_LibDir.'/template/search-'.$sOutputTemplate.'.php');