Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/ExceptionHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php
index 12552b85e4..aa20344dd1 100644
--- a/core/ExceptionHandler.php
+++ b/core/ExceptionHandler.php
@@ -56,7 +56,7 @@ class ExceptionHandler
public static function dieWithHtmlErrorPage(Exception $exception)
{
- Common::sendHeader('Content-Type: text/html; char1set=utf-8');
+ Common::sendHeader('Content-Type: text/html; charset=utf-8');
echo self::getErrorResponse($exception);