From 39fc2e71ce142245c2db2c122a4bccc8eee61dce Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:44:51 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index 1b356270..2ff3d1ca 100644 --- a/Asset.php +++ b/Asset.php @@ -204,7 +204,7 @@ trait Pman_Core_Asset_Trait { clearstatcache(); if (!file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$output)) { - echo "\n"; + echo "\n"; $this->assetArrayToHtml($files,'js'); return; } -- 2.39.2