From 8c84752c12b434d0e73c0f39b94fd8324f7b9ec7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 22 Nov 2020 13:44:15 +0000 Subject: [PATCH] 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 --- app/views/common/feed.atom.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/common/feed.atom.builder b/app/views/common/feed.atom.builder index a67f7154a..d7f4c8b00 100644 --- a/app/views/common/feed.atom.builder +++ b/app/views/common/feed.atom.builder @@ -31,7 +31,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do xml.id home_url xml.icon favicon_url 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} @items.each do |item| xml.entry do