From 400f0a24802808c13e23caf413201f060beeae95 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:45:34 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index f365b09f..8014aac1 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