Explorar o código

Force HTML content-type with charset

Force UTF-8 https://github.com/FreshRSS/FreshRSS/issues/870
Alexandre Alapetite %!s(int64=10) %!d(string=hai) anos
pai
achega
da5033859b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/Minz/View.php

+ 1 - 0
lib/Minz/View.php

@@ -91,6 +91,7 @@ class Minz_View {
 	 * Construit le layout
 	 * Construit le layout
 	 */
 	 */
 	public function buildLayout () {
 	public function buildLayout () {
+		header('Content-Type: text/html; charset=UTF-8');
 		$this->includeFile(self::LAYOUT_PATH_NAME . self::LAYOUT_FILENAME);
 		$this->includeFile(self::LAYOUT_PATH_NAME . self::LAYOUT_FILENAME);
 	}
 	}