From: Edward Date: Tue, 8 Jul 2014 05:34:29 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f6e65b9e52bff16e71500c85d72c0fedcd69c30e ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index 94e4a569..519c622b 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*\s*/', $data)){ return 'got'; $inLineCss = false; }