mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:55:56 +00:00
Enable styling of author in feed item title by adding span class.
This commit is contained in:
@@ -539,7 +539,7 @@ class Feeds extends Handler_Protected {
|
||||
target=\"_blank\" href=\"".
|
||||
htmlspecialchars($line["link"])."\">".
|
||||
$line["title"] .
|
||||
" $entry_author</a>";
|
||||
" <span class=\"titleAuthor\">$entry_author</span></a>";
|
||||
|
||||
$reply['content'] .= $labels_str;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user