From: Tim Düsterhus Date: Tue, 16 Feb 2021 13:19:07 +0000 (+0100) Subject: Move `` before `` in install.php X-Git-Tag: 5.4.0_Alpha_1~266 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=52f7d4ace32d61488b4cc00235df9dde1b834eb5;p=GitHub%2FWoltLab%2FWCF.git Move `<meta charset="utf-8">` before `<title>` in install.php see #3802 --- 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()); ?>