From: Alan Knowles Date: Fri, 18 Dec 2020 01:30:58 +0000 (+0800) Subject: duped css X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d3fc56bf4a2e451d3b4d847adc5fa0fa04e8f563 duped css --- diff --git a/AssetTrait.php b/AssetTrait.php index 36ce8453..d71d8106 100644 --- a/AssetTrait.php +++ b/AssetTrait.php @@ -127,13 +127,11 @@ trait Pman_Core_AssetTrait { case 'js': echo ''."\n"; break; - case 'css': case 'css': echo ''."\n"; break; } - } }