rename titleAuthor to author to unify class names with normal mode
This commit is contained in:
parent
5035e91ece
commit
82d69730cb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue