From 13e283ed45bceb36750e9a07485eae1a629e795c Mon Sep 17 00:00:00 2001 From: supahgreg Date: Wed, 15 May 2013 11:39:23 -0500 Subject: Exclude the article author from the cdm title link --- classes/feeds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/feeds.php b/classes/feeds.php index 5ca607c58..12af76df0 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; -- cgit v1.2.3