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:
Jean-Philippe Lang 2012-01-30 23:11:26 +00:00
parent 7abaa570c6
commit be9f1c592e
1 changed files with 1 additions and 1 deletions

View File

@ -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)