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