From: Andy Allan Date: Thu, 24 Nov 2016 17:47:16 +0000 (+0000) Subject: Add missing xmlns:dc for notes rss X-Git-Tag: live~3700 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1e3a35f9713631122dbe736d56aff5e5326aca52?hp=33a1fca883c199d296b40c566b11b5f3f523c932 Add missing xmlns:dc for notes rss --- diff --git a/app/views/notes/index.rss.builder b/app/views/notes/index.rss.builder index ecbbb7326..e912b9921 100644 --- a/app/views/notes/index.rss.builder +++ b/app/views/notes/index.rss.builder @@ -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