[TASK] Add target _blank to html emails
This commit is contained in:
@@ -259,7 +259,7 @@ class MailUtility
|
||||
default:
|
||||
return '<a href="'
|
||||
. $matchesInner[1]
|
||||
. '">'
|
||||
. '" target="_blank">'
|
||||
. $matchesInner[2]
|
||||
. '</a>';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user