mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
Response: Add ;charset=UTF-8 to the default content type
resolves #13117
This commit is contained in:
parent
fa88dbf5dd
commit
e75bfbc197
@ -17,7 +17,7 @@ class Response extends Zend_Controller_Response_Http
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const DEFAULT_CONTENT_TYPE = 'text/html';
|
||||
const DEFAULT_CONTENT_TYPE = 'text/html; charset=UTF-8';
|
||||
|
||||
/**
|
||||
* Auto-refresh interval
|
||||
|
Loading…
x
Reference in New Issue
Block a user