1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

Enable styling of author in feed item title by adding span class.

This commit is contained in:
Daniel Andersson 2013-03-18 20:57:41 +01:00
parent 2130fe7a18
commit b5459be1f2

View File

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