@@ -384,7 +384,9 module Redmine | |||
|
384 | 384 | if journal.notes? |
|
385 | 385 | pdf.Ln unless journal.details.empty? |
|
386 | 386 | pdf.SetFontStyle('',8) |
|
387 |
pdf.RDM |
|
|
387 | pdf.RDMwriteHTMLCell(190,5,0,0, | |
|
388 | Redmine::WikiFormatting.to_html( | |
|
389 | Setting.text_formatting, journal.notes.to_s), "") | |
|
388 | 390 | end |
|
389 | 391 | pdf.Ln |
|
390 | 392 | end |
General Comments 0
You need to be logged in to leave comments.
Login now