ConvertStyle.php
[Pman.Core] / ConvertStyle.php
index 930d202..c4c94b1 100644 (file)
@@ -135,6 +135,7 @@ class Pman_Core_ConvertStyle extends Pman
         
         foreach ($xpath->query('//style') as $s){
             $style = $doc->saveHTML($s);
+            
 //            $this->styleSheets[] = $this->$this->replaceImageUrl($s)
             echo '<br/>';
         }