Skip to content

Commit 03a9508

Browse files
committed
feat: use styles of wrap plugin by default
The wrap plugin's styles are sufficiently simple that mpdf can handle them. Also the print-styles of wrap are very bland, which constitutes a great loss for a plugin with a main focus of colorful styling. Finally the wrap plugin is widely spread, hence many users will benefit from this.
1 parent ab96d81 commit 03a9508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
$conf['template'] = 'default';
1010
$conf['output'] = 'file';
1111
$conf['usecache'] = 1;
12-
$conf['usestyles'] = '';
12+
$conf['usestyles'] = 'wrap,';
1313
$conf['qrcodesize'] = '120x120';
1414
$conf['showexportbutton'] = 1;

0 commit comments

Comments
 (0)