Skip to content

Commit a732326

Browse files
author
Kirsten Roschanski
committed
Change order to load CSS
1 parent db1aa1b commit a732326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ protected function generatePDF($cachefile, $title) {
373373
$styles .= 'div.dw2pdf-landscape { page:landscape-page }';
374374
$styles .= '@page portrait-page { size:portrait }';
375375
$styles .= 'div.dw2pdf-portrait { page:portrait-page }';
376-
$styles .= $this->load_css();
376+
$styles .= $this->load_css();
377377

378378
$mpdf->WriteHTML($styles, 1);
379379

0 commit comments

Comments
 (0)