mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
* Calendar/Merge: Fix {{link}} placeholder not working for HTML mails, use {{link/href}} to get a clickable link
This commit is contained in:
parent
2f5b514e35
commit
e5789515a2
@ -446,6 +446,8 @@ abstract class Merge
|
||||
}
|
||||
else if($matches[2][$i] == 'href')
|
||||
{
|
||||
// Turn on HTML style parsing or the link will be escaped
|
||||
$this->parse_html_styles = true;
|
||||
$link = Api\Html::a_href(Api\Html::htmlspecialchars($title), $link);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user