From: Edward Date: Tue, 8 Jul 2014 05:34:13 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=26b126aa276dc7bd8ed68bc4108d14e5f5e8af06 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index f820da74..94e4a569 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -92,7 +92,7 @@ class Pman_Core_ConvertStyle extends Pman $data = file_get_contents($file); } - if(preg_match('/^\s/', $data)){ + if(preg_match('/^\s*/', $data)){ return 'got'; $inLineCss = false; }