From 10c5d7f6f6f6ea321fea870e1ec984fa5e4af135 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 12 Jun 2016 23:25:47 +0200 Subject: [PATCH] fix more syntax errors in error functions --- lib/website.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5