From 6687cb9927cf6bef4440115676dd8bdf716041f4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Sep 2016 09:39:31 +0300 Subject: [PATCH] shared posts: remove link to feed in externally shared articles to prevent leaking potentially private feed urls --- include/functions2.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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
"; -- 2.39.2