Browse Source

minify_html with web editor

pull/40/head
Michael Save 12 years ago
parent
commit
01e15e2a7f
  1. 2
      mod.php

2
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;

Loading…
Cancel
Save