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:
parent
0a4c910ddb
commit
7a3eea6178
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user