From: Tim Düsterhus Date: Tue, 16 Feb 2021 13:20:08 +0000 (+0100) Subject: Move `` before `` in exception handler X-Git-Tag: 5.4.0_Alpha_1~265 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6ba86ea0a9d8dcae84347a3c13bd03c7618c4b8e;p=GitHub%2FWoltLab%2FWCF.git Move `<meta charset="utf-8">` before `<title>` in exception handler see #3802 --- diff --git a/wcfsetup/install/files/lib/core.functions.php b/wcfsetup/install/files/lib/core.functions.php index ec242b3a9b..4cc97ca124 100644 --- a/wcfsetup/install/files/lib/core.functions.php +++ b/wcfsetup/install/files/lib/core.functions.php @@ -252,12 +252,12 @@ EXPLANATION; ?><!DOCTYPE html> <html> <head> + <meta charset="utf-8"> <?php if (!defined('EXCEPTION_PRIVACY') || EXCEPTION_PRIVACY !== 'private') { ?> <title>Fatal Error: <?php echo StringUtil::encodeHTML($e->getMessage()); ?> Fatal Error -