diff --git a/application/third_party/htmlcompressor/controllers/index.php b/application/third_party/htmlcompressor/controllers/index.php
index b2f32dca..ca1f0e17 100644
--- a/application/third_party/htmlcompressor/controllers/index.php
+++ b/application/third_party/htmlcompressor/controllers/index.php
@@ -62,14 +62,16 @@ class Index extends CI_Controller {
//网页内的js不需要提取
//$js_content.= $link_script->innertext;//js的内容
// $js_content.= $link_script;//js的内容,包含';
//把js移动到页面底部
foreach ($link_js_array as $item) {
- $lastload_js.='';
+ $lastload_js.='';
}
$lastload_js.=$js_content;