From eb3a331a2eec3ea35231f162feee17136ab1afee Mon Sep 17 00:00:00 2001 From: Miraty Date: Fri, 18 Aug 2023 03:05:19 +0200 Subject: [PATCH] fix HTML typo --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 89b2bda..cb1aaa0 100644 --- a/init.php +++ b/init.php @@ -8,7 +8,7 @@ set_error_handler(function ($level, $message, $file = '', $line = 0) { set_exception_handler(function ($e) { error_log((string) $e); http_response_code(500); - echo '

Error

An error occured.

' . LF; + echo '

Error

An error occured.

' . LF; }); register_shutdown_function(function () { // Also catch fatal errors if (($error = error_get_last()) !== NULL)