Commit 5cf0a24e52461cd3a2101bf5d313a8b96d019b15

Authored by mukhtar
1 parent 70b89b59

no message


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@582 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/email/Email.inc
... ... @@ -88,7 +88,7 @@ Class Email {
88 88 $emailHyperlink->FromName = $FromName;
89 89 $emailHyperlink->AddAddress($ToEmail);
90 90 $emailHyperlink->Subject = $Subj . ' ' . $hyperlink; //only difference from above
91   - $emailHyperlink->Body = stripslashes($EmailBody) . " <br>This bug can be found on this page: " . "<a href = ". $hyperlink .">" . $hyperlink . "</a>";
  91 + $emailHyperlink->Body = stripslashes($EmailBody) . " <br>This bug can be found on this page: " . "<a href = ". $hyperlink .">". $hyperlink ."</a>";
92 92 $emailHyperlink->WordWrap = 80;
93 93 $emailHyperlink->IsHTML(true);
94 94  
... ...