zoomToArticle: fix incorrect charset

This commit is contained in:
Andrew Dolgov 2008-10-21 13:03:08 +01:00
parent 4d73637869
commit 5bb0cc8edd
1 changed files with 1 additions and 0 deletions

View File

@ -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>";