From: Edward Date: Tue, 19 Feb 2019 09:05:17 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=ed864ca30ab716a2abd8c247cfe1b3cb6bac27f4;p=Pman.Core Mailer.php --- diff --git a/Mailer.php b/Mailer.php index ad81f42f..0d77c35e 100644 --- a/Mailer.php +++ b/Mailer.php @@ -394,7 +394,7 @@ class Pman_Core_Mailer { foreach ($imgs as $i=>$img) { $url = $img->getAttribute('src'); print_r($url); - echo "
"; + 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 "
"; + echo "\n"; $urls[$url] = $conv; $this->images[$conv['contentid']] = $conv; } else {