diff --git a/application/third_party/htmlcompressor/controllers/index.php b/application/third_party/htmlcompressor/controllers/index.php index 9d278b75..633ba5a1 100644 --- a/application/third_party/htmlcompressor/controllers/index.php +++ b/application/third_party/htmlcompressor/controllers/index.php @@ -99,7 +99,7 @@ class Index extends CI_Controller { foreach ($link_js_array as $item) { $lastload_js.=''; } - $lastload_js.=$js_content; + $lastload_js.=''; $html_object = str_replace('', $lastload_js . '', $html_object); }