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