From: Alan Knowles Date: Thu, 24 Dec 2015 03:44:44 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8ebfde44dd6f8042339611a87cea8244d96ecbe5 Asset.php --- 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; }