X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/25318e8a69512c9543ca5c7fee57839d5b417cb0..02d357d29e40a8dfe5bc8eb4eac35c3ad3cc0958:/lib-php/website/search.php?ds=sidebyside diff --git a/lib-php/website/search.php b/lib-php/website/search.php index 56064e7a..e553ef39 100644 --- a/lib-php/website/search.php +++ b/lib-php/website/search.php @@ -82,7 +82,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');