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