From a0b1c2e7336ef91d1685b35c6e9369344bb14c4f Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Tue, 20 Jun 2017 20:11:47 +0200 Subject: [PATCH] Update rss.php --- feed/rss.php | 1 + 1 file changed, 1 insertion(+) diff --git a/feed/rss.php b/feed/rss.php index 6abccd6..4efbf23 100644 --- a/feed/rss.php +++ b/feed/rss.php @@ -23,6 +23,7 @@ $date= date('Y d M H:i:s', strtotime($date)); //{ //$content=$match[0].'...'; //} +$content = $row['content']; rss::feed(htmlspecialchars($row['title']),$link,htmlspecialchars($content),$date); } mysqli_free_result($result);