summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorDaniel Andersson <[email protected]>2013-03-18 20:57:41 +0100
committerDaniel Andersson <[email protected]>2013-03-18 20:57:41 +0100
commitb5459be1f29084bcd345688ba110ef55bc837332 (patch)
tree5075a29179e834575a6242be03bf34591706a941 /classes
parent2130fe7a18d7e1863575feda9ec39654541eee77 (diff)
Enable styling of author in feed item title by adding span class.
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 d6cd2a255..b33faa474 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"] .
- " $entry_author</a>";
+ " <span class=\"titleAuthor\">$entry_author</span></a>";
$reply['content'] .= $labels_str;