From: Edward Date: Wed, 19 Feb 2014 09:45:33 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7b5e9a6c19cb90d99aad076ef9f2d3d2fa5753c3 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index 05c5c2d1..d35a071d 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -133,9 +133,9 @@ class Pman_Core_ConvertStyle extends Pman // } // } - foreach ($xpath->evaluate('//style') as $s){ + foreach ($xpath->query('//style') as $s){ + - print_r($s); // $this->styleSheets[] = $this->$this->replaceImageUrl($s) echo '
'; }