From ce053197cc19cf5d9d02c138065ffb2b7da7da64 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Wed, 14 Mar 2012 00:08:31 +1100 Subject: [PATCH] set minify_html to true by default --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 31dac432..4243d974 100644 --- a/inc/config.php +++ b/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';