ConvertStyle.php
authorEdward <edward@roojs.com>
Tue, 8 Jul 2014 05:16:52 +0000 (13:16 +0800)
committerEdward <edward@roojs.com>
Tue, 8 Jul 2014 05:16:52 +0000 (13:16 +0800)
ConvertStyle.php

index 3807868..7325dc0 100644 (file)
@@ -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){