This commit is contained in:
Shish 2012-02-07 10:56:46 +00:00
parent 7211b0a30b
commit 3b205d98eb

View File

@ -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".