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