X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a709fd04b539c8da466596ad74b962a426e40bfd..refs/pull/4467/head:/app/Config/snappy.php diff --git a/app/Config/snappy.php b/app/Config/snappy.php index abdec8832..a87ce805f 100644 --- a/app/Config/snappy.php +++ b/app/Config/snappy.php @@ -9,7 +9,7 @@ */ $snappyPaperSizeMap = [ - 'a4' => 'A4', + 'a4' => 'A4', 'letter' => 'Letter', ]; @@ -19,7 +19,7 @@ return [ 'binary' => file_exists(base_path('wkhtmltopdf')) ? base_path('wkhtmltopdf') : env('WKHTMLTOPDF', false), 'timeout' => false, 'options' => [ - 'outline' => true, + 'outline' => true, 'page-size' => $snappyPaperSizeMap[env('EXPORT_PAGE_SIZE', 'a4')] ?? 'A4', ], 'env' => [],