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