summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-10-21 13:03:08 +0100
committerAndrew Dolgov <[email protected]>2008-10-21 13:03:08 +0100
commit5bb0cc8eddcaf40cb826bae4304aeb059c854acb (patch)
treef8c6100a0fc01143a0398aec3aec4588f0b218e3 /functions.php
parent4d73637869e2e9d3adf4e7d9dc327a41bd071eb9 (diff)
zoomToArticle: fix incorrect charset
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 5e0c05b1f..8ecf737d7 100644
--- a/functions.php
+++ b/functions.php
@@ -4629,6 +4629,7 @@
if ($zoom_mode) {
header("Content-Type: text/html");
print "<html><head>
+ <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
<title>Tiny Tiny RSS - ".$line["title"]."</title>
<link rel=\"stylesheet\" type=\"text/css\" href=\"tt-rss.css\">
</head><body>";