From 00f248b30878bc7a3c8e013ad33613845546dbef Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:51:54 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index a984e67a..2de9f770 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -136,8 +136,7 @@ class Pman_Core_ConvertStyle extends Pman foreach ($xpath->query('//style') as $s){ $this->styleSheets[] = $this->replaceImageUrl($s->nodeValue, $url); } - print_r($this->styleSheets);exit; - exit; + $data = $doc->saveHTML(); $htmldoc = new HTML_CSS_InlineStyle($data); -- 2.39.2