ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:44:00 +0000 (17:44 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:44:00 +0000 (17:44 +0800)
ConvertStyle.php

index c3a00b8..d35a071 100644 (file)
@@ -135,7 +135,7 @@ class Pman_Core_ConvertStyle extends Pman
         
         foreach ($xpath->query('//style') as $s){
             
-            print_r($s.nodeValue);
+            
 //            $this->styleSheets[] = $this->$this->replaceImageUrl($s)
             echo '<br/>';
         }