diff options
| author | Andrew Dolgov <cthulhoo@gmail.com> | 2013-03-18 13:49:06 -0700 |
|---|---|---|
| committer | Andrew Dolgov <cthulhoo@gmail.com> | 2013-03-18 13:49:06 -0700 |
| commit | 5035e91ece0a3fc0692e4640200fe9ba3742dd32 (patch) | |
| tree | 149708dfe75aa4ab44cda7caf0fb6735ef28db16 | |
| parent | f935d98e5d81c94f926d6b9cf232ea9414fe40ab (diff) | |
| parent | b5459be1f29084bcd345688ba110ef55bc837332 (diff) | |
Merge pull request #58 from dandersson/authorstyling
Enable styling of author in feed item title by adding span class.
| -rw-r--r-- | classes/feeds.php | 2 |
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; |