summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prefs.php4
-rw-r--r--tt-rss.php2
2 files changed, 5 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">
diff --git a/tt-rss.php b/tt-rss.php
index 6c4430398..ee22bea89 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -16,6 +16,8 @@
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">