Adding a guid element to feed items, replicates URL.

This commit is contained in:
Dan Karran 2007-06-17 19:25:35 +00:00
parent 1a1f600243
commit 3a375c4c6a

View file

@ -290,6 +290,10 @@ module OSM
link << url
item << link
guid = XML::Node.new 'guid'
guid << url
item << guid
description = XML::Node.new 'description'
description << description_text
item << description