@@ -3532,11 +3532,11 class TCPDF | |||||
3532 | @page = base_page; |
|
3532 | @page = base_page; | |
3533 | @x = base_x + @tdwidth; |
|
3533 | @x = base_x + @tdwidth; | |
3534 | @y = base_y; |
|
3534 | @y = base_y; | |
|
3535 | elsif (@pre_state == true and element.length > 0) | |||
|
3536 | Write(@lasth, unhtmlentities(element), '', fill); | |||
3535 | elsif (element.strip.length > 0) |
|
3537 | elsif (element.strip.length > 0) | |
3536 | if @pre_state != true |
|
3538 | element.gsub!(/[\t\r\n\f]/, ""); | |
3537 |
|
|
3539 | element.gsub!(/ /, " "); | |
3538 | element.gsub!(/ /, " "); |
|
|||
3539 | end |
|
|||
3540 | Write(@lasth, unhtmlentities(element), '', fill); |
|
3540 | Write(@lasth, unhtmlentities(element), '', fill); | |
3541 | end |
|
3541 | end | |
3542 | end |
|
3542 | end |
General Comments 0
You need to be logged in to leave comments.
Login now