mirror of
https://github.com/redmine/redmine.git
synced 2026-01-22 23:43:01 +01:00
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:
@@ -362,7 +362,9 @@ module Redmine
|
||||
pdf.Ln
|
||||
unless changeset.comments.blank?
|
||||
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
|
||||
pdf.Ln
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user