PDF: use explicit return value in Redmine::Export::PDF.fix_text_encoding() (#61).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5598 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
67c85251c3
commit
c47144a14f
|
@ -163,6 +163,7 @@ module Redmine
|
|||
end
|
||||
txt = txtar
|
||||
end
|
||||
txt
|
||||
end
|
||||
|
||||
def RDMCell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='')
|
||||
|
|
Loading…
Reference in New Issue