summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-18 13:49:06 -0700
committerAndrew Dolgov <[email protected]>2013-03-18 13:49:06 -0700
commit5035e91ece0a3fc0692e4640200fe9ba3742dd32 (patch)
tree149708dfe75aa4ab44cda7caf0fb6735ef28db16 /classes
parentf935d98e5d81c94f926d6b9cf232ea9414fe40ab (diff)
parentb5459be1f29084bcd345688ba110ef55bc837332 (diff)
Merge pull request #58 from dandersson/authorstyling
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;