PDF: support textilized changeset comments (revision log) on issue (#69).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6154 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
44e9f7c4b2
commit
aede35d226
@ -362,7 +362,9 @@ module Redmine
|
|||||||
pdf.Ln
|
pdf.Ln
|
||||||
unless changeset.comments.blank?
|
unless changeset.comments.blank?
|
||||||
pdf.SetFontStyle('',8)
|
pdf.SetFontStyle('',8)
|
||||||
pdf.RDMMultiCell(190,5, changeset.comments.to_s)
|
pdf.RDMwriteHTMLCell(190,5,0,0,
|
||||||
|
Redmine::WikiFormatting.to_html(
|
||||||
|
Setting.text_formatting, changeset.comments.to_s), "")
|
||||||
end
|
end
|
||||||
pdf.Ln
|
pdf.Ln
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user