From: Edward Date: Wed, 19 Feb 2014 09:34:49 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cf2527b79e24d04405efe919e519d244a333f5c2 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index f1982b96..716035b3 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -134,8 +134,8 @@ class Pman_Core_ConvertStyle extends Pman // } foreach ($xpath->query('//style') as $s){ - - var_dump($s); + $style = $doc->saveHTML($s); + print_r($style); // $this->styleSheets[] = $this->$this->replaceImageUrl($s) echo '
'; }