Index: lib/plugins/rfpdf/lib/tcpdf.rb =================================================================== --- lib/plugins/rfpdf/lib/tcpdf.rb (revision 11288) +++ lib/plugins/rfpdf/lib/tcpdf.rb (working copy) @@ -4002,6 +4002,10 @@ @quote_page[@quote_count] = @page; @quote_count += 1 when 'br' + if @tdbegin + @tdtext << "\n" + return + end Ln(); if (@li_spacer.length > 0)