File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -785,7 +785,7 @@ protected function css_pluginPDFstyles() {
785785 $ list [DOKU_PLUGIN . "$ p/all.css " ] = DOKU_BASE . "lib/plugins/ $ p/ " ;
786786 $ list [DOKU_PLUGIN . "$ p/all.less " ] = DOKU_BASE . "lib/plugins/ $ p/ " ;
787787
788- if (file_exists (DOKU_PLUGIN . "$ p/pdf.css " )) {
788+ if (file_exists (DOKU_PLUGIN . "$ p/pdf.css " ) || file_exists ( DOKU_PLUGIN . " $ p /pdf.less " ) ) {
789789 $ list [DOKU_PLUGIN . "$ p/pdf.css " ] = DOKU_BASE . "lib/plugins/ $ p/ " ;
790790 $ list [DOKU_PLUGIN . "$ p/pdf.less " ] = DOKU_BASE . "lib/plugins/ $ p/ " ;
791791 } else {
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments