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