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