Defect #28565 » fix_height_of_line_break_in_issue_pdf.diff
lib/redmine/export/pdf/issues_pdf_helper.rb | ||
---|---|---|
231 | 231 |
) |
232 | 232 |
pdf.RDMwriteFormattedCell(190,5,'','', text, issue.attachments, "") |
233 | 233 |
end |
234 |
pdf.ln |
|
234 |
pdf.ln(10)
|
|
235 | 235 |
end |
236 | 236 |
end |
237 | 237 |
|