]> source.dussan.org Git - redmine.git/commitdiff
remove spaces inside {} of app/views/common/feed.atom.builder
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Nov 2020 13:44:15 +0000 (13:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Nov 2020 13:44:15 +0000 (13:44 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20484 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/common/feed.atom.builder

index a67f7154a58d18b7ed1a79c1c89b8062ff2ffbc9..d7f4c8b0028ca4470877a522eb0a55d9e64c160d 100644 (file)
@@ -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