##// END OF EJS Templates
remove trailing white-spaces from lib/redmine/export/pdf.rb...
Toshi MARUYAMA -
r9125:b17b6730395d
parent child
Show More
@@ -1,7 +1,7
1 1 # encoding: utf-8
2 2 #
3 3 # Redmine - project management software
4 # Copyright (C) 2006-2011 Jean-Philippe Lang
4 # Copyright (C) 2006-2012 Jean-Philippe Lang
5 5 #
6 6 # This program is free software; you can redistribute it and/or
7 7 # modify it under the terms of the GNU General Public License
@@ -472,7 +472,7 module Redmine
472 472 unless issue.leaf?
473 473 # for CJK
474 474 truncate_length = ( l(:general_pdf_encoding).upcase == "UTF-8" ? 90 : 65 )
475
475
476 476 pdf.SetFontStyle('B',9)
477 477 pdf.RDMCell(35+155,5, l(:label_subtask_plural) + ":", "LTR")
478 478 pdf.Ln
@@ -492,7 +492,7 module Redmine
492 492 unless relations.empty?
493 493 # for CJK
494 494 truncate_length = ( l(:general_pdf_encoding).upcase == "UTF-8" ? 80 : 60 )
495
495
496 496 pdf.SetFontStyle('B',9)
497 497 pdf.RDMCell(35+155,5, l(:label_related_issues) + ":", "LTR")
498 498 pdf.Ln
General Comments 0
You need to be logged in to leave comments. Login now