Defect #11987 » tcpdf.rb_table_with_br_fix_r11288.diff
| lib/plugins/rfpdf/lib/tcpdf.rb (working copy) | ||
|---|---|---|
| 4002 | 4002 |
@quote_page[@quote_count] = @page; |
| 4003 | 4003 |
@quote_count += 1 |
| 4004 | 4004 |
when 'br' |
| 4005 |
if @tdbegin |
|
| 4006 |
@tdtext << "\n" |
|
| 4007 |
return |
|
| 4008 |
end |
|
| 4005 | 4009 |
Ln(); |
| 4006 | 4010 | |
| 4007 | 4011 |
if (@li_spacer.length > 0) |