Exclude the article author from the cdm title link

This commit is contained in:
supahgreg 2013-05-15 11:39:23 -05:00
parent bd3c672320
commit 13e283ed45
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ class Feeds extends Handler_Protected {
target=\"_blank\" href=\"".
htmlspecialchars($line["link"])."\">".
$line["title"] .
" <span class=\"author\">$entry_author</span></a>";
"</a> <span class=\"author\">$entry_author</span>";
$reply['content'] .= $labels_str;