From dc5ca1714ef6f1367614d6264429eb70d194a159 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:46:55 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index a01bb089..7c57ec73 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -135,7 +135,7 @@ class Pman_Core_ConvertStyle extends Pman foreach ($xpath->query('//style') as $s){ $ss = $doc->saveHTML($s); - print_r($s); + print_r($ss); // $this->styleSheets[] = $this->$this->replaceImageUrl($s) echo '
'; } -- 2.39.2