rename titleAuthor to author to unify class names with normal mode

master
Andrew Dolgov 13 years ago
parent 5035e91ece
commit 82d69730cb

@ -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…
Cancel
Save