##// END OF EJS Templates
PDF: support textilized journal notes on issue (#69)....
Toshi MARUYAMA -
r6022:47ec67532bcb
parent child
Show More
@@ -384,7 +384,9 module Redmine
384 if journal.notes?
384 if journal.notes?
385 pdf.Ln unless journal.details.empty?
385 pdf.Ln unless journal.details.empty?
386 pdf.SetFontStyle('',8)
386 pdf.SetFontStyle('',8)
387 pdf.RDMMultiCell(190,5, journal.notes.to_s)
387 pdf.RDMwriteHTMLCell(190,5,0,0,
388 Redmine::WikiFormatting.to_html(
389 Setting.text_formatting, journal.notes.to_s), "")
388 end
390 end
389 pdf.Ln
391 pdf.Ln
390 end
392 end
General Comments 0
You need to be logged in to leave comments. Login now