From 2fe5e66b5cd2ea5dc1704a0a1a872422bfbbfb12 Mon Sep 17 00:00:00 2001 From: vitalif Date: Thu, 10 Dec 2009 12:06:10 +0000 Subject: [PATCH] Fix in shared feeds --- shared.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shared.php b/shared.php index aa3086b..45545d6 100644 --- a/shared.php +++ b/shared.php @@ -47,8 +47,8 @@ if(isset($_GET['feed'])) $result = fof_get_items($user, $feed, $which, NULL, 0, 100); -$shared_feed = htmlspecialchars("http://" . $_SERVER['SERVER_NAME'] . $_SERVER['PHP_SELF'] . "?user=$user&format=atom"); -$shared_link = htmlspecialchars("http://" . $_SERVER['SERVER_NAME'] . $_SERVER['PHP_SELF'] . "?user=$user"); +$shared_feed = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['PHP_SELF'] . "?user=$user&format=atom"; +$shared_link = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['PHP_SELF'] . "?user=$user"; if(isset($_GET['which'])) { @@ -74,9 +74,9 @@ echo ''; Feed on Feeds $name"; ?> - - - + + +