]> git.wh0rd.org - tt-rss.git/blobdiff - classes/article.php
css/less updates
[tt-rss.git] / classes / article.php
index 0352e1b9eeede22b9e515aacf3d40ad6bf016e70..1b4d26f701fb046bfe86448ea74523b63529142a 100644 (file)
@@ -634,12 +634,11 @@ class Article extends Handler_Protected {
                                $rv['content'] .= "<html><head>
                                                <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
                                                <title>".$line["title"]."</title>".
-                                       stylesheet_tag("css/default.css")."
-
+                                               stylesheet_tag("css/default.css")."
                                                <link rel=\"shortcut icon\" type=\"image/png\" href=\"images/favicon.png\">
                                                <link rel=\"icon\" type=\"image/png\" sizes=\"72x72\" href=\"images/favicon-72px.png\">
 
-                                       </head><body id=\"ttrssZoom\">";
+                                       </head><body class=\"claro ttrss_zoom\">";
                        }
 
                        $rv['content'] .= "<div class=\"postReply\" id=\"POST-$id\">";