X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e842d8793c1c416a75bbae39c004184f1ed66289..feb458f8dd4c897f3aa688943d75dbf58bc090f5:/lib/website.php?ds=sidebyside diff --git a/lib/website.php b/lib/website.php index cb714959..a6afb698 100644 --- a/lib/website.php +++ b/lib/website.php @@ -39,7 +39,7 @@ INTERNALFAIL; echo "
\n".$oSql->getUserInfo()."
"; } - echo "

"; + echo "

"; exit; } @@ -76,7 +76,7 @@ INTERNALFAIL; header('Content-type: text/html; charset=utf-8'); echo "

Bad Request

"; echo '

Nominatim has encountered an error with your request.

'; - echo "

Details: ".$sError,"

"; + echo "

Details: ".$sError."

"; echo '

If you feel this error is incorrect feel file an issue on Github. Please include the error message above and the URL you used.

'; echo "\n\n"; exit;