Response: Add ;charset=UTF-8 to the default content type

resolves #13117
This commit is contained in:
Johannes Meyer 2016-11-15 13:30:16 +01:00
parent fa88dbf5dd
commit e75bfbc197

View File

@ -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