From 549b14eb376fb109828573b2c1d241d7a6587f67 Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 8 Sep 2015 14:40:53 +1200 Subject: fix typo in http header --- core/ExceptionHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ExceptionHandler.php') 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); -- cgit v1.2.3