From 7b5e9a6c19cb90d99aad076ef9f2d3d2fa5753c3 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:45:33 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '
'; } -- 2.39.2