]> git.openstreetmap.org Git - rails.git/commitdiff
Add missing xmlns:dc for notes rss
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 24 Nov 2016 17:47:16 +0000 (17:47 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 24 Nov 2016 17:47:16 +0000 (17:47 +0000)
app/views/notes/index.rss.builder

index ecbbb73263afac0bc5c757b2101195692a9ac372..e912b99216455257bcb91cf80dfd4840cd1a8a4c 100644 (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