Merge remote-tracking branch 'origin/Charset' into dev

pull/1010/head
Alexandre Alapetite 9 years ago
commit c54372bd3f
  1. 1
      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);
} }

Loading…
Cancel
Save