forked from leftypol/leftypol
Added config option to automatically remove unnecessary whitespace when compiling HTML files from templates
This commit is contained in:
parent
8c97d15424
commit
27dde88e15
10 changed files with 2063 additions and 4 deletions
|
@ -494,6 +494,9 @@
|
|||
// 'AnotherName' => 'url')
|
||||
//);
|
||||
|
||||
// Automatically remove unnecessary whitespace when compiling HTML files from templates.
|
||||
$config['minify_html'] = false;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Video embedding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue