Merge pull request #58 from dandersson/authorstyling

Enable styling of author in feed item title by adding span class.
master
Andrew Dolgov 11 years ago
commit 5035e91ece

@ -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;

Loading…
Cancel
Save