Browse Source

set minify_html to true by default

pull/40/head
Michael Save 12 years ago
parent
commit
ce053197cc
  1. 2
      inc/config.php

2
inc/config.php

@ -522,7 +522,7 @@
//);
// 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.
// $config['additional_javascript'][] = 'something.js';

Loading…
Cancel
Save