mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-15 13:01:00 +02:00
Exclude the article author from the cdm title link
This commit is contained in:
parent
bd3c672320
commit
13e283ed45
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user