Add missing xmlns declaration for diary_entries

This is already present in the other feeds.
This commit is contained in:
Andy Allan 2016-11-24 11:41:04 +00:00
parent 2ca348c392
commit 83e1700d26

View file

@ -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