From 8ebfde44dd6f8042339611a87cea8244d96ecbe5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:44:44 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index 0ac4ba8a..1b356270 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