##// END OF EJS Templates
PDF: support textilized issue description on issue (#69)....
Toshi MARUYAMA -
r6021:139d401dc5e5
parent child
Show More
@@ -344,7 +344,9 module Redmine
344 pdf.SetFontStyle('B',9)
344 pdf.SetFontStyle('B',9)
345 pdf.RDMCell(35+155, 5, l(:field_description), "LRT", 1)
345 pdf.RDMCell(35+155, 5, l(:field_description), "LRT", 1)
346 pdf.SetFontStyle('',9)
346 pdf.SetFontStyle('',9)
347 pdf.RDMMultiCell(35+155, 5, issue.description.to_s, "LRB")
347 pdf.RDMwriteHTMLCell(35+155, 5, 0, 0,
348 Redmine::WikiFormatting.to_html(
349 Setting.text_formatting, issue.description.to_s),"LRB")
348 pdf.Ln
350 pdf.Ln
349
351
350 if issue.changesets.any? &&
352 if issue.changesets.any? &&
General Comments 0
You need to be logged in to leave comments. Login now