diff options
author | Urban Müller | 2021-03-15 17:48:59 +0100 |
---|---|---|
committer | Urban Müller | 2021-03-15 17:48:59 +0100 |
commit | 7e2d22ccc5be7766d1ba17535ab227f3f606101c (patch) | |
tree | 98fc121b3a7f31290c6d7709c3bfa01aff4e1590 /it.class | |
parent | 97803919b5bef33d34bd6523abff298466840044 (diff) | |
download | itools-7e2d22ccc5be7766d1ba17535ab227f3f606101c.tar.gz itools-7e2d22ccc5be7766d1ba17535ab227f3f606101c.tar.bz2 itools-7e2d22ccc5be7766d1ba17535ab227f3f606101c.zip |
better align subsequent it::error output
Diffstat (limited to 'it.class')
-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) |