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…
Reference in New Issue