From eeebb3c3e26d18800278455fbd2ea0a26130a17b Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:45:27 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index 1af0e117..05c5c2d1 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -133,7 +133,7 @@ class Pman_Core_ConvertStyle extends Pman // } // } - foreach ($doc->evaluate('//style') as $s){ + foreach ($xpath->evaluate('//style') as $s){ print_r($s); // $this->styleSheets[] = $this->$this->replaceImageUrl($s) -- 2.39.2