From 78f323d3261bcae1db65d8cb4b7f235925609c97 Mon Sep 17 00:00:00 2001 From: Synchro Date: Wed, 18 Mar 2015 08:49:42 +0100 Subject: [PATCH] Tidy up format of test messages --- test/phpmailerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpmailerTest.php b/test/phpmailerTest.php index 6892a9e51..dbb4a9ccc 100644 --- a/test/phpmailerTest.php +++ b/test/phpmailerTest.php @@ -146,7 +146,7 @@ public function buildBody() // Determine line endings for message if ($this->Mail->ContentType == 'text/html' || strlen($this->Mail->AltBody) > 0) { - $eol = "
\r\n"; + $eol = "
\r\n"; $bullet_start = '
  • '; $bullet_end = "
  • \r\n"; $list_start = '