diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -70,8 +70,10 @@ class page || !strlen($_SERVER['HTTP_ACCEPT']) /* then the browser doesn't care :-) */) { $this->xhtml = TRUE; - header('Content-type: application/xhtml+xml'); + header('Content-Type: application/xhtml+xml; charset=utf-8'); } + else + header('Content-Type: text/html; charset=utf-8'); if (count($ga_trackers)) { @@ -127,7 +129,12 @@ class page // Public functions/vars - public function head(){ + /** + * \brief + * Output the HTML header for a page, including the and
bodyargs.' >