Skip to content

Commit fb73517

Browse files
authored
Fix a syntax error in the Mailer.php file (#511)
fixes #513 - Thanks @KPull
1 parent a0b3324 commit fb73517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Mailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function send($from, $recipients, $subject, $body, $isHTML = false,
208208

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

0 commit comments

Comments
 (0)