Skip to content

Commit 935522e

Browse files
committed
WIP
1 parent 456ef64 commit 935522e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Book.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ protected function extractTitle(string $html): ?string
230230
*/
231231
protected function addPageBreak(): void
232232
{
233-
// $this->pdf->AddPage();
234233
$this->pdf->WriteHTML('<div style="page-break-after: always;"></div>');
235234
}
236235

0 commit comments

Comments
 (0)