1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-01 13:19:39 +00:00

remove spaces inside {} of lib/redmine/export/pdf/issues_pdf_helper.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20474 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-22 12:59:11 +00:00
parent 0a4c910ddb
commit 7a3eea6178

View File

@ -156,7 +156,7 @@ module Redmine
end
end
relations = issue.relations.select { |r| r.other_issue(issue).visible? }
relations = issue.relations.select {|r| r.other_issue(issue).visible?}
unless relations.empty?
truncate_length = (!is_cjk? ? 80 : 60)
pdf.SetFontStyle('B',9)