summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-19 00:50:20 +0400
committerAndrew Dolgov <[email protected]>2013-03-19 00:50:20 +0400
commit82d69730cb660d2d81ac7bdadb7faddb5d2363b2 (patch)
tree178007b97f0d9fa1fe847d2a3f11d46316ca6efd /classes
parent5035e91ece0a3fc0692e4640200fe9ba3742dd32 (diff)
rename titleAuthor to author to unify class names with normal mode
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index b33faa474..4857cca78 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -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;