1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 01:31:29 +00:00

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

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;