diff options
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ static function error($p = array(), $extra = null) if ($p['fatal'] && $_SERVER['REMOTE_ADDR']) { http_response_code(500); - echo "<!DOCTYPE html><html><head><title></title></head><body>Internal Server Error</body></html>"; + echo "<!DOCTYPE html><html><head><title></title></head><body>Internal Server Error</body></html>\n"; } if ($toscreen || $sendmail) |