From f4f35d2f8c3ec4cb964e3eb1ad48bc58a2c61325 Mon Sep 17 00:00:00 2001 From: Sergey Yesin Date: Tue, 7 May 2019 17:11:55 +0300 Subject: [PATCH] changed from continue to continue 2 in tcpdf.php --- src/LynX39/LaraPdfMerger/tcpdf/tcpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LynX39/LaraPdfMerger/tcpdf/tcpdf.php b/src/LynX39/LaraPdfMerger/tcpdf/tcpdf.php index 6144549..7f2ec04 100644 --- a/src/LynX39/LaraPdfMerger/tcpdf/tcpdf.php +++ b/src/LynX39/LaraPdfMerger/tcpdf/tcpdf.php @@ -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])) {