Add meta tag for content type.

This commit is contained in:
Andrew McMillan 2007-02-20 10:17:41 +13:00
parent 7e738512f9
commit 811a0e660c

View File

@ -35,7 +35,7 @@ function send_page_header() {
echo <<<EOHDR
<html>
<head>
<meta/>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>$c->page_title</title>
EOHDR;