Removed border around wiki pages in PDF.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8740 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7abaa570c6
commit
be9f1c592e
|
@ -635,7 +635,7 @@ module Redmine
|
|||
|
||||
def write_wiki_page(pdf, page)
|
||||
pdf.RDMwriteHTMLCell(190,5,0,0,
|
||||
page.content.text.to_s, page.attachments, "TLRB")
|
||||
page.content.text.to_s, page.attachments, 0)
|
||||
if page.attachments.any?
|
||||
pdf.Ln
|
||||
pdf.SetFontStyle('B',9)
|
||||
|
|
Loading…
Reference in New Issue