Mailer.php
authorEdward <edward@roojs.com>
Tue, 19 Feb 2019 09:05:17 +0000 (17:05 +0800)
committerEdward <edward@roojs.com>
Tue, 19 Feb 2019 09:05:17 +0000 (17:05 +0800)
Mailer.php

index ad81f42..0d77c35 100644 (file)
@@ -394,7 +394,7 @@ class Pman_Core_Mailer {
         foreach ($imgs as $i=>$img) {
             $url  = $img->getAttribute('src');
             print_r($url);
-            echo "<br/>";
+            echo "\n";
             if (preg_match('#^cid:#', $url)) {
                 continue;
             }
@@ -406,7 +406,7 @@ class Pman_Core_Mailer {
             if(!array_key_exists($url, $urls)){
                 $conv = $this->fetchImage($url);
                 print_r($conv);
-                echo "<br/>";
+                echo "\n";
                 $urls[$url] = $conv;
                 $this->images[$conv['contentid']] = $conv;
             } else {