From 6f32ce1202f0d8020eac82abadcdd176b4f46bac Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 22 Dec 2014 08:02:23 +0100 Subject: [PATCH] rss: add guid element for each item Work on https://github.com/sebsauvage/MinigalNano/issues/48 --- rss.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rss.php b/rss.php index c13ec02..b9fbe75 100644 --- a/rss.php +++ b/rss.php @@ -165,6 +165,7 @@ for ($i=0; $i < $nb_items_rss && $i < count($temp); $i++) { echo "\n"; echo " " . basename($temp[$i]) . "\n"; echo " ". $temp[$i] . "\n"; + echo " ". $temp[$i] . "\n"; echo " ]]>\n"; echo "\n"; }