]> git.wh0rd.org - tt-rss.git/commitdiff
shared posts: remove link to feed in externally shared articles to prevent leaking...
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 21 Sep 2016 06:39:31 +0000 (09:39 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 21 Sep 2016 06:39:31 +0000 (09:39 +0300)
include/functions2.php

index 7e1171b7d218b112ebcf4baf5ef16c732ffee93f..5b38f1840c7be14f95445b68f8301fb2125022ea 100644 (file)
                        }
 
                        if ($zoom_mode) {
-                               $feed_title = "<a href=\"".htmlspecialchars($line["site_url"]).
-                                       "\" target=\"_blank\">".
-                                       htmlspecialchars($line["feed_title"])."</a>";
+                               $feed_title = htmlspecialchars($line["feed_title"]);
 
                                $rv['content'] .= "<div class=\"postFeedTitle\">$feed_title</div>";