From: Edward Date: Tue, 8 Jul 2014 05:16:52 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=49d0a9961826ee040f8920a95cdbac703e5a162a ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index 3807868d..7325dc0a 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -141,6 +141,8 @@ class Pman_Core_ConvertStyle extends Pman $data = $doc->saveHTML(); + return $data; + $htmldoc = new HTML_CSS_InlineStyle($data); if(count($this->styleSheets) > 0){ foreach ($this->styleSheets as $styleSheet){