summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-15 10:46:01 -0700
committerAndrew Dolgov <[email protected]>2013-05-15 10:46:01 -0700
commitb31fb45b0d01ed6f6cb10dfabdade2a16340a950 (patch)
treeb18dde52c006c215c519aaed3bd1a978e9d8469c
parentbd3c672320dfe9a47a88cb4b90758e674de35a31 (diff)
parent13e283ed45bceb36750e9a07485eae1a629e795c (diff)
Merge pull request #192 from supahgreg/header_author_link
Exclude the article author from the cdm title link
-rw-r--r--classes/feeds.php2
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;