PDF: support textilized issue description on issue (#69).
Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6141 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e7088612d1
commit
139d401dc5
@ -344,7 +344,9 @@ module Redmine
|
|||||||
pdf.SetFontStyle('B',9)
|
pdf.SetFontStyle('B',9)
|
||||||
pdf.RDMCell(35+155, 5, l(:field_description), "LRT", 1)
|
pdf.RDMCell(35+155, 5, l(:field_description), "LRT", 1)
|
||||||
pdf.SetFontStyle('',9)
|
pdf.SetFontStyle('',9)
|
||||||
pdf.RDMMultiCell(35+155, 5, issue.description.to_s, "LRB")
|
pdf.RDMwriteHTMLCell(35+155, 5, 0, 0,
|
||||||
|
Redmine::WikiFormatting.to_html(
|
||||||
|
Setting.text_formatting, issue.description.to_s),"LRB")
|
||||||
pdf.Ln
|
pdf.Ln
|
||||||
|
|
||||||
if issue.changesets.any? &&
|
if issue.changesets.any? &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user