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