rename titleAuthor to author to unify class names with normal mode

This commit is contained in:
Andrew Dolgov 2013-03-19 00:50:20 +04:00
parent 5035e91ece
commit 82d69730cb
1 changed files with 1 additions and 1 deletions

View File

@ -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;