summaryrefslogtreecommitdiff
path: root/app/Helpers/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Helpers/functions.php')
-rw-r--r--app/Helpers/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Helpers/functions.php b/app/Helpers/functions.php
index 0914b4040a..e25368c53d 100644
--- a/app/Helpers/functions.php
+++ b/app/Helpers/functions.php
@@ -122,7 +122,7 @@ function response($content = '', $code = StatusCodeInterface::STATUS_OK, $header
if ($headers === []) {
if (is_string($content)) {
$headers = [
- 'Content-Type' => 'text/html; charset=utf-8',
+ 'Content-Type' => 'text/html; charset=UTF-8',
'Content-Length' => (string) strlen($content),
];
} else {