zoomToArticle: fix incorrect charset
This commit is contained in:
parent
4d73637869
commit
5bb0cc8edd
|
@ -4629,6 +4629,7 @@
|
||||||
if ($zoom_mode) {
|
if ($zoom_mode) {
|
||||||
header("Content-Type: text/html");
|
header("Content-Type: text/html");
|
||||||
print "<html><head>
|
print "<html><head>
|
||||||
|
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
|
||||||
<title>Tiny Tiny RSS - ".$line["title"]."</title>
|
<title>Tiny Tiny RSS - ".$line["title"]."</title>
|
||||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"tt-rss.css\">
|
<link rel=\"stylesheet\" type=\"text/css\" href=\"tt-rss.css\">
|
||||||
</head><body>";
|
</head><body>";
|
||||||
|
|
Loading…
Reference in New Issue