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