:type => "application/osmChange+xml"
if !changeset.tags.empty? && changeset.tags.key?("comment")
- entry.title t("browse.changeset.feed.title_comment", :id => changeset.id, :comment => changeset.tags["comment"]), :type => "html"
+ entry.title t(".feed.title_comment", :id => changeset.id, :comment => changeset.tags["comment"])
else
- entry.title t("browse.changeset.feed.title", :id => changeset.id)
+ entry.title t(".feed.title", :id => changeset.id)
end
if changeset.user.data_public?