Mailer.php
[Pman.Core] / Mailer.php
index 9daa52a..86f392f 100644 (file)
@@ -456,6 +456,7 @@ class Pman_Core_Mailer {
     function htmlbodyInlineCss($html)
     {
         print_R($html);exit;
+        
         $dom = new DOMDocument();
         
         @$dom->loadHTML('<?xml encoding="UTF-8">' .$html);