From: Edward Date: Wed, 19 Feb 2014 09:51:54 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=00f248b30878bc7a3c8e013ad33613845546dbef ConvertStyle.php --- 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);