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