]> source.dussan.org Git - redmine.git/commitdiff
Fix PDF formatting (#21705).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 3 Mar 2017 17:25:44 +0000 (17:25 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 3 Mar 2017 17:25:44 +0000 (17:25 +0000)
Patch by Greg T.

git-svn-id: http://svn.redmine.org/redmine/trunk@16362 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/export/pdf/issues_pdf_helper.rb

index eba06425fff65fef2895b39798f56ddcdaa858b3..4c0b935dad5ae02624c2ae9bdfece67a7de9a1f7 100644 (file)
@@ -138,7 +138,7 @@ module Redmine
             pdf.SetFontStyle('B',9)
             pdf.RDMCell(35+155, 5, value.custom_field.name, "LRT", 1)
             pdf.SetFontStyle('',9)
-            pdf.RDMwriteFormattedCell(35+155, 5, '', '', text, issue.attachments, "LRB")
+            pdf.RDMwriteHTMLCell(35+155, 5, '', '', text, issue.attachments, "LRB")
           end
 
           unless issue.leaf?