]> git.wh0rd.org Git - tt-rss.git/commitdiff
Exclude the article author from the cdm title link
authorsupahgreg <greg.parris@gmail.com>
Wed, 15 May 2013 16:39:23 +0000 (11:39 -0500)
committersupahgreg <greg.parris@gmail.com>
Wed, 15 May 2013 16:39:23 +0000 (11:39 -0500)
classes/feeds.php

index 5ca607c588ce5dc554dfd57589343edc31488de4..12af76df0973aa563df811d38663a81b65ca1de2 100644 (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;