diff options
| author | supahgreg <greg.parris@gmail.com> | 2013-05-15 11:39:23 -0500 |
|---|---|---|
| committer | supahgreg <greg.parris@gmail.com> | 2013-05-15 11:39:23 -0500 |
| commit | 13e283ed45bceb36750e9a07485eae1a629e795c (patch) | |
| tree | b18dde52c006c215c519aaed3bd1a978e9d8469c /classes | |
| parent | bd3c672320dfe9a47a88cb4b90758e674de35a31 (diff) | |
Exclude the article author from the cdm title link
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/feeds.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"] . - " <span class=\"author\">$entry_author</span></a>"; + "</a> <span class=\"author\">$entry_author</span>"; $reply['content'] .= $labels_str; |