From 6ba86ea0a9d8dcae84347a3c13bd03c7618c4b8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 16 Feb 2021 14:20:08 +0100 Subject: [PATCH] Move `` before `` in exception handler see #3802 --- wcfsetup/install/files/lib/core.functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -