Adding a guid element to feed items, replicates URL.
This commit is contained in:
parent
1a1f600243
commit
3a375c4c6a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue