Skip to content

Commit

Permalink
Fix a syntax error in the Mailer.php file (#511)
Browse files Browse the repository at this point in the history
fixes #513  - Thanks @KPull
  • Loading branch information
KPull committed Feb 17, 2021
1 parent a0b3324 commit fb73517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mailer.php
Expand Up @@ -208,7 +208,7 @@ public function send($from, $recipients, $subject, $body, $isHTML = false,

if ($signature)
{
$body .= '\n<br />\n<br /><span style=\"font-size: 10pt;\">Powered by <a href=\"http://www.opencats.org" alt=\"OpenCATS "
$body .= '\n<br />\n<br /><span style=\"font-size: 10pt;\">Powered by <a href=\"http://www.opencats.org\" alt=\"OpenCATS "
. "Applicant Tracking System\">OpenCATS</a> (Free ATS)</span>';
}

Expand Down

0 comments on commit fb73517

Please sign in to comment.