From: Daniel Andersson Date: Mon, 18 Mar 2013 19:57:41 +0000 (+0100) Subject: Enable styling of author in feed item title by adding span class. X-Git-Tag: 1.7.5~127^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b5459be1f29084bcd345688ba110ef55bc837332;p=tt-rss.git Enable styling of author in feed item title by adding span class. --- diff --git a/classes/feeds.php b/classes/feeds.php index d6cd2a25..b33faa47 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -539,7 +539,7 @@ class Feeds extends Handler_Protected { target=\"_blank\" href=\"". htmlspecialchars($line["link"])."\">". $line["title"] . - " $entry_author"; + " $entry_author"; $reply['content'] .= $labels_str;