From 3b205d98ebf518a543fa70d34d0182621f31c931 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 7 Feb 2012 10:56:46 +0000 Subject: [PATCH] charset --- core/page.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/page.class.php b/core/page.class.php index 946db6c1..a3b77cab 100644 --- a/core/page.class.php +++ b/core/page.class.php @@ -39,7 +39,7 @@ class Page { /** @private */ var $mode = "page"; /** @private */ - var $type = "text/html"; + var $type = "text/html; charset=utf-8"; /** * Set what this page should do; "page", "data", or "redirect".