From 52f7d4ace32d61488b4cc00235df9dde1b834eb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 16 Feb 2021 14:19:07 +0100 Subject: [PATCH] Move `` before `` in install.php see #3802 --- wcfsetup/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install.php b/wcfsetup/install.php index d7318ea6af..85ef253aae 100644 --- a/wcfsetup/install.php +++ b/wcfsetup/install.php @@ -100,8 +100,8 @@ class SystemException extends \Exception implements IPrintableException { ?><!DOCTYPE html> <html> <head> - <title>Fatal Error: <?php echo htmlentities($this->getMessage()); ?> + Fatal Error: <?php echo htmlentities($this->getMessage()); ?>