Skip to content

Commit

Permalink
Tidy up format of test messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Mar 18, 2015
1 parent 3bdaa17 commit 78f323d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpmailerTest.php
Expand Up @@ -146,7 +146,7 @@ public function buildBody()

// Determine line endings for message
if ($this->Mail->ContentType == 'text/html' || strlen($this->Mail->AltBody) > 0) {
$eol = "<br/>\r\n";
$eol = "<br>\r\n";
$bullet_start = '<li>';
$bullet_end = "</li>\r\n";
$list_start = '<ul>';
Expand Down

0 comments on commit 78f323d

Please sign in to comment.