Skip to content

Commit

Permalink
rss: add guid element for each item
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc authored and Lucas-C committed Feb 21, 2015
1 parent 65c0ce6 commit 6f32ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ function print_array($array_to_display)
echo "<item>\n";
echo " <title>" . basename($temp[$i]) . "</title>\n";
echo " <link>". $temp[$i] . "</link>\n";
echo " <guid>". $temp[$i] . "</guid>\n";
echo " <description><![CDATA[ <img src='" . $temp[$i] . "'> ]]></description>\n";
echo "</item>\n";
}
Expand Down

0 comments on commit 6f32ce1

Please sign in to comment.