]> git.openstreetmap.org Git - rails.git/commitdiff
Add xmlns:dc namespace to note show rss actions
authorAnton Khorev <tony29@yandex.ru>
Thu, 21 Jul 2022 14:14:49 +0000 (17:14 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 21 Jul 2022 14:14:49 +0000 (17:14 +0300)
app/views/api/notes/show.rss.builder

index d739ea6d998cc778862d8a7003550c152680b24a..d5de8abb484d7d7318f733ef098d89536c31bb36 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