1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 23:11:12 +00:00

remove spaces inside {} of app/views/common/feed.atom.builder

git-svn-id: http://svn.redmine.org/redmine/trunk@20484 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-22 13:44:15 +00:00
parent ff49bb06c0
commit 8c84752c12

View File

@ -31,7 +31,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
xml.id home_url xml.id home_url
xml.icon favicon_url xml.icon favicon_url
xml.updated((@items.first ? @items.first.event_datetime : Time.now).xmlschema) xml.updated((@items.first ? @items.first.event_datetime : Time.now).xmlschema)
xml.author { xml.name "#{Setting.app_title}" } xml.author {xml.name "#{Setting.app_title}"}
xml.generator(:uri => Redmine::Info.url) {xml.text! Redmine::Info.app_name} xml.generator(:uri => Redmine::Info.url) {xml.text! Redmine::Info.app_name}
@items.each do |item| @items.each do |item|
xml.entry do xml.entry do