mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +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
|
* @var string
|
||||||
*/
|
*/
|
||||||
const DEFAULT_CONTENT_TYPE = 'text/html';
|
const DEFAULT_CONTENT_TYPE = 'text/html; charset=UTF-8';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Auto-refresh interval
|
* Auto-refresh interval
|
||||||
|
Loading…
x
Reference in New Issue
Block a user