mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 07:25:57 +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=\"".
|
target=\"_blank\" href=\"".
|
||||||
htmlspecialchars($line["link"])."\">".
|
htmlspecialchars($line["link"])."\">".
|
||||||
$line["title"] .
|
$line["title"] .
|
||||||
" <span class=\"titleAuthor\">$entry_author</span></a>";
|
" <span class=\"author\">$entry_author</span></a>";
|
||||||
|
|
||||||
$reply['content'] .= $labels_str;
|
$reply['content'] .= $labels_str;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user