]> git.wh0rd.org - tt-rss.git/commitdiff
zoomToArticle: fix incorrect charset
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 21 Oct 2008 12:03:08 +0000 (13:03 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 21 Oct 2008 12:03:08 +0000 (13:03 +0100)
functions.php

index 5e0c05b1fa131d9e906c25fc68a39a16c5e11ee7..8ecf737d7f47205c78fb96e2154a465a3881a4e0 100644 (file)
                        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>";