mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-20 20:13:12 -04:00
Force HTML content-type with charset
Force UTF-8 https://github.com/FreshRSS/FreshRSS/issues/870
This commit is contained in:
@@ -91,6 +91,7 @@ class Minz_View {
|
||||
* Construit le layout
|
||||
*/
|
||||
public function buildLayout () {
|
||||
header('Content-Type: text/html; charset=UTF-8');
|
||||
$this->includeFile(self::LAYOUT_PATH_NAME . self::LAYOUT_FILENAME);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user