summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;