We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456ef64 commit 935522eCopy full SHA for 935522e
1 file changed
src/Book.php
@@ -230,7 +230,6 @@ protected function extractTitle(string $html): ?string
230
*/
231
protected function addPageBreak(): void
232
{
233
- // $this->pdf->AddPage();
234
$this->pdf->WriteHTML('<div style="page-break-after: always;"></div>');
235
}
236
0 commit comments