##// END OF EJS Templates
Fixes #2171: issue pdf export broken by r2006....
Jean-Philippe Lang -
r2028:243027e63a5f
parent child
Show More
@@ -79,7 +79,7
79 pdf.Ln
79 pdf.Ln
80 for changeset in @issue.changesets
80 for changeset in @issue.changesets
81 pdf.SetFontStyle('B',8)
81 pdf.SetFontStyle('B',8)
82 pdf.Cell(190,5, format_time(changeset.committed_on) + " - " + changeset.author)
82 pdf.Cell(190,5, format_time(changeset.committed_on) + " - " + changeset.author.to_s)
83 pdf.Ln
83 pdf.Ln
84 unless changeset.comments.blank?
84 unless changeset.comments.blank?
85 pdf.SetFontStyle('',8)
85 pdf.SetFontStyle('',8)
General Comments 0
You need to be logged in to leave comments. Login now