Project

General

Profile

Defect #28565 » fix_height_of_line_break_in_issue_pdf.diff

Bernhard Rohloff, 2018-08-02 07:32

View differences:

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
  
(2-2/12)