From: Andrew Dolgov Date: Wed, 21 Sep 2016 06:39:31 +0000 (+0300) Subject: shared posts: remove link to feed in externally shared articles to prevent leaking... X-Git-Tag: 17.1~39 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=6687cb9927cf6bef4440115676dd8bdf716041f4 shared posts: remove link to feed in externally shared articles to prevent leaking potentially private feed urls --- diff --git a/include/functions2.php b/include/functions2.php index 7e1171b7..5b38f184 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -1378,9 +1378,7 @@ } if ($zoom_mode) { - $feed_title = "". - htmlspecialchars($line["feed_title"]).""; + $feed_title = htmlspecialchars($line["feed_title"]); $rv['content'] .= "
$feed_title
";