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