From: supahgreg Date: Wed, 15 May 2013 16:39:23 +0000 (-0500) Subject: Exclude the article author from the cdm title link X-Git-Tag: 1.8~111^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=13e283ed45bceb36750e9a07485eae1a629e795c;p=tt-rss.git Exclude the article author from the cdm title link --- diff --git a/classes/feeds.php b/classes/feeds.php index 5ca607c5..12af76df 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -561,7 +561,7 @@ class Feeds extends Handler_Protected { target=\"_blank\" href=\"". htmlspecialchars($line["link"])."\">". $line["title"] . - " $entry_author"; + " $entry_author"; $reply['content'] .= $labels_str;