1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 22:11:29 +00:00

Merge pull request #192 from supahgreg/header_author_link

Exclude the article author from the cdm title link
This commit is contained in:
Andrew Dolgov
2013-05-15 10:46:01 -07:00

View File

@@ -561,7 +561,7 @@ class Feeds extends Handler_Protected {
target=\"_blank\" href=\"".
htmlspecialchars($line["link"])."\">".
$line["title"] .
" <span class=\"author\">$entry_author</span></a>";
"</a> <span class=\"author\">$entry_author</span>";
$reply['content'] .= $labels_str;