Merge pull request #58 from dandersson/authorstyling
Enable styling of author in feed item title by adding span class.
This commit is contained in:
commit
5035e91ece
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue