mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wiki_pdf_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19308 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3ccbfd9ec1
commit
2c2283bc3a
@ -46,9 +46,11 @@ module Redmine
|
||||
pdf.footer_date = format_date(User.current.today)
|
||||
pdf.add_page
|
||||
pdf.SetFontStyle('B',11)
|
||||
pdf.RDMMultiCell(
|
||||
pdf.
|
||||
RDMMultiCell(
|
||||
190, 5,
|
||||
"#{project} - #{page.title} - # #{page.content.version}")
|
||||
"#{project} - #{page.title} - # #{page.content.version}"
|
||||
)
|
||||
pdf.ln
|
||||
# Set resize image scale
|
||||
pdf.set_image_scale(1.6)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user