mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 04:13:49 +01:00
set minify_html to true by default
This commit is contained in:
parent
1c46f2ba40
commit
ce053197cc
@ -522,7 +522,7 @@
|
|||||||
//);
|
//);
|
||||||
|
|
||||||
// Automatically remove unnecessary whitespace when compiling HTML files from templates.
|
// Automatically remove unnecessary whitespace when compiling HTML files from templates.
|
||||||
$config['minify_html'] = false;
|
$config['minify_html'] = true;
|
||||||
|
|
||||||
// Additional Javascript files to include on board index and thread pages.
|
// Additional Javascript files to include on board index and thread pages.
|
||||||
// $config['additional_javascript'][] = 'something.js';
|
// $config['additional_javascript'][] = 'something.js';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user