Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from lextira/php-73-compatibility
Browse files Browse the repository at this point in the history
PHP 7.3 Compatibility
  • Loading branch information
RamonSmit authored May 8, 2019
2 parents 5ebb505 + f4f35d2 commit 449187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LynX39/LaraPdfMerger/tcpdf/tcpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17775,7 +17775,7 @@ public function writeHTML($html, $ln=true, $fill=false, $reseth=false, $cell=fal
// justify block
if (!TCPDF_STATIC::empty_string($this->lispacer)) {
$this->lispacer = '';
continue;
continue 2;
}
preg_match('/([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]('.$strpiece[1][0].')[\s](re)([\s]*)/x', $pmid, $xmatches);
if (!isset($xmatches[1])) {
Expand Down

0 comments on commit 449187b

Please sign in to comment.