summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-11-14 13:04:37 +0100
committerAndrew Dolgov <[email protected]>2008-11-14 13:04:37 +0100
commit03208748b614231d1abbfc3b4b7361d719ae36b4 (patch)
treeeb3a9587eceb2a18d471126464552664419bd8e7 /prefs.php
parent889ec95a964c1d8ceeceb24399746707fee3c407 (diff)
set content-type header manually to utf-8
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index dd14d8b69..eea6108fe 100644
--- a/prefs.php
+++ b/prefs.php
@@ -15,7 +15,9 @@
$dt_add = get_script_dt_add();
no_cache_incantation();
-
+
+ header('Content-Type: text/html; charset=utf-8');
+
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">