From 5cdd490b2944dbf03fac21fbeb3959ea7a517835 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 13 May 2020 13:39:31 +0200 Subject: align title --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index 97a2e5d..cbdd575 100644 --- a/it.class +++ b/it.class @@ -256,7 +256,7 @@ static function error($p = array()) } $body = - ($p['omitdebuginfo'] >= 2 ? "" : ($url && !$toscreen? "{$p['title']}\nUrl: $url\n" : "") . + ($p['omitdebuginfo'] >= 2 ? "" : ($url && !$toscreen? "Title: {$p['title']}\nUrl: $url\n" : "") . ($trace ? ($sendmail ? "" : " ") . "Trace: $trace\n" : "")) . (!$sendmail || $p['omitdebuginfo'] >= 2 ? "" : "Host: " . getenv('HOSTNAME') . " at " . date("Y-m-d H:i:s") . (($t = time() - $_SERVER['REQUEST_TIME']) ? " (invoked {$t}s before)" : "") . "\n") . # no it::date() due to time- debug param self::$error_context . -- cgit v1.2.3