From 626456f4e537d63ae138aa7ba6d01dfacad7bcdb Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:34:26 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index 716035b3..f1982b96 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -134,8 +134,8 @@ class Pman_Core_ConvertStyle extends Pman // } foreach ($xpath->query('//style') as $s){ - $style = $doc->saveHTML($s); - print_r($style); + + var_dump($s); // $this->styleSheets[] = $this->$this->replaceImageUrl($s) echo '
'; } -- 2.39.2