X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FResponse.php;h=ba7d4320271d275ed108a1a7d1167fa85139418a;hb=40777d08c198ed5f435a7b029e25ea139de62c16;hp=f9d46da83b7c03679b188df009cb0f90075e5262;hpb=ff83c170a64fab2aa1d25a4b6a45786539dd397e;p=friendica.git diff --git a/src/Module/Response.php b/src/Module/Response.php index f9d46da83b..ba7d432027 100644 --- a/src/Module/Response.php +++ b/src/Module/Response.php @@ -97,7 +97,7 @@ class Response implements ICanCreateResponses switch ($type) { case static::TYPE_HTML: - $content_type = $content_type ?? 'text/html'; + $content_type = $content_type ?? 'text/html; charset=utf-8'; break; case static::TYPE_JSON: $content_type = $content_type ?? 'application/json';