]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
de-emphasize article author
[tt-rss.git] / include / functions.php
index 8804d71d13789738c297fa4ca4fe7ceb6ca8f0a6..3e87672e280914ef27fe0f230dfb90cbd5fe8081 100644 (file)
                                        title=\"".htmlspecialchars($line['title'])."\"
                                        href=\"" .
                                        htmlspecialchars($line["link"]) . "\">" .
-                                       $line["title"] .
-                                       "<span class='author'>$entry_author</span></a></div>";
+                                       $line["title"] . "</a>" .
+                                       "<span class='author'>$entry_author</span></div>";
                        } else {
                                $rv['content'] .= "<div class='postTitle'>" . $line["title"] . "$entry_author</div>";
                        }