From 8deb854fa957e023a067c52d979eaa7555477516 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:31:15 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index f71c5b62..ce887542 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -134,7 +134,8 @@ class Pman_Core_ConvertStyle extends Pman // } foreach ($xpath->query('//style') as $s){ - print_r($s); + $s->saveHTML(); +// $this->styleSheets[] = $this->$this->replaceImageUrl($s) echo '
'; } -- 2.39.2