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