Merge pull request #58 from dandersson/authorstyling

Enable styling of author in feed item title by adding span class.
This commit is contained in:
Andrew Dolgov 2013-03-18 13:49:06 -07:00
commit 5035e91ece

View file

@ -539,7 +539,7 @@ class Feeds extends Handler_Protected {
target=\"_blank\" href=\"". target=\"_blank\" href=\"".
htmlspecialchars($line["link"])."\">". htmlspecialchars($line["link"])."\">".
$line["title"] . $line["title"] .
" $entry_author</a>"; " <span class=\"titleAuthor\">$entry_author</span></a>";
$reply['content'] .= $labels_str; $reply['content'] .= $labels_str;