]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list.rxml
Add a title to the changeset lists. Closes #1938.
[rails.git] / app / views / changeset / list.rxml
index f97516e61550cea0e759f8a3c6c0cea8226bc8ca..0251367fcdaf97ae9c72d5027bf9dd25200337f6 100644 (file)
@@ -2,7 +2,7 @@ xml.rss("version" => "2.0",
         "xmlns:geo" => "http://www.w3.org/2003/01/geo/wgs84_pos#",
         "xmlns:georss" => "http://www.georss.org/georss") do
   xml.channel do
-    xml.title t('changeset.list.title')
+    xml.title @title
     xml.description @description
     xml.link url_for(params.merge({ :only_path => false }))
     xml.image do