]> source.dussan.org Git - redmine.git/commitdiff
remove spaces inside {} of app/views/journals/index.builder
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Nov 2020 12:58:54 +0000 (12:58 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Nov 2020 12:58:54 +0000 (12:58 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20472 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/journals/index.builder

index 45839ed9793f3d08ee03df86c90f3ff9aca6ccee..b044d8c84d92fb11730973b9057843b8ad726fbd 100644 (file)
@@ -8,7 +8,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
   xml.id      home_url
   xml.icon    favicon_url
   xml.updated((@journals.first ? @journals.first.event_datetime : Time.now).xmlschema)
-  xml.author  { xml.name "#{Setting.app_title}" }
+  xml.author  {xml.name "#{Setting.app_title}"}
   @journals.each do |change|
     issue = change.issue
     xml.entry do