1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

Exclude the article author from the cdm title link

This commit is contained in:
supahgreg 2013-05-15 11:39:23 -05:00
parent bd3c672320
commit 13e283ed45

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;