Mailer.php
authoredward <edward@roojs.com>
Mon, 26 Mar 2018 06:06:25 +0000 (14:06 +0800)
committeredward <edward@roojs.com>
Mon, 26 Mar 2018 06:06:25 +0000 (14:06 +0800)
Mailer.php

index 30de1c6..00950c3 100644 (file)
@@ -460,7 +460,7 @@ class Pman_Core_Mailer {
         @$dom->loadHTML('<?xml encoding="UTF-8">' .$html);
         
         $body = $dom->getElementsByTagName('body');
-        print_R($body);exit;
+        
         $s = $dom->createElement('style');
         $e = $dom->createTextNode($this->css_inline);
         $s->appendChild($e);