Merged r11306 from trunk to 2.2-stable (#11987)
pdf: fix broken new line in table. Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.2-stable@11308 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
58cf34dea5
commit
0a8e0a3bed
@ -4002,6 +4002,10 @@ class TCPDF
|
|||||||
@quote_page[@quote_count] = @page;
|
@quote_page[@quote_count] = @page;
|
||||||
@quote_count += 1
|
@quote_count += 1
|
||||||
when 'br'
|
when 'br'
|
||||||
|
if @tdbegin
|
||||||
|
@tdtext << "\n"
|
||||||
|
return
|
||||||
|
end
|
||||||
Ln();
|
Ln();
|
||||||
|
|
||||||
if (@li_spacer.length > 0)
|
if (@li_spacer.length > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user