diff options
| author | 2015-06-06 15:33:31 +0200 | |
|---|---|---|
| committer | 2015-06-06 15:33:31 +0200 | |
| commit | c54372bd3f288030bb3e1047815fe0d6611d7875 (patch) | |
| tree | d9012c01d6ce86efd68775ddeaf6792ed8d6b1c6 /lib | |
| parent | dda78f54fae8390d20658d01319bd3ecb78c2bae (diff) | |
| parent | da5033859ba990ef1f5f3dfbc1f5d7a2f4d4d6f8 (diff) | |
Merge remote-tracking branch 'origin/Charset' into dev
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/View.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Minz/View.php b/lib/Minz/View.php index ff5cce4a5..8c5230ab6 100644 --- a/lib/Minz/View.php +++ b/lib/Minz/View.php @@ -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); } |
