Add missing xmlns declaration for diary_entries
This is already present in the other feeds.
This commit is contained in:
parent
2ca348c392
commit
83e1700d26
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
xml.instruct!
|
||||
|
||||
xml.rss("version" => "2.0",
|
||||
"xmlns:dc" => "http://purl.org/dc/elements/1.1/",
|
||||
"xmlns:geo" => "http://www.w3.org/2003/01/geo/wgs84_pos#",
|
||||
"xmlns:georss" => "http://www.georss.org/georss") do
|
||||
xml.channel do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue