From 79ba80017e57eafbc3201fbb02054fcf5c5cff88 Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Wed, 28 Feb 2024 16:49:31 +0100
Subject: validate

---
 it.class | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/it.class b/it.class
index b98f531..9d2c1da 100644
--- a/it.class
+++ b/it.class
@@ -262,7 +262,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>\n";
+		echo "<!DOCTYPE html><html><head><title>Internal Server Error</title></head><body>Internal Server Error</body></html>\n";
 	}
 
 	if ($toscreen || $sendmail)
-- 
cgit v1.2.3