diff --git a/mod.php b/mod.php index 00f826d0..3d189323 100644 --- a/mod.php +++ b/mod.php @@ -1855,6 +1855,8 @@ header('Location: ?/config' . $b['uri'], true, $config['redirect_http']); exit; } else { + if($config['minify_html']) + $config_append = str_replace("\n", ' ', $config_append); $page = Array(); $page['title'] = 'Cannot write to file!'; $page['config'] = $config;