summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2021-03-15 17:48:59 +0100
committerUrban Müller2021-03-15 17:48:59 +0100
commit7e2d22ccc5be7766d1ba17535ab227f3f606101c (patch)
tree98fc121b3a7f31290c6d7709c3bfa01aff4e1590 /it.class
parent97803919b5bef33d34bd6523abff298466840044 (diff)
downloaditools-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.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 0c356d5..377ddec 100644
--- a/it.class
+++ b/it.class
@@ -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)