Update# HTML email, clickable link
This commit is contained in:
parent
294310a78d
commit
aa2c9f2226
|
|
@ -1,2 +1,3 @@
|
|||
<?php
|
||||
echo str_replace('{link}', $_['link'], $l->t("To create a new account on ownCloud, just click the following link:\n{link}"));
|
||||
echo str_replace('{link}', $_['link'], $l->t('To create a new account on ownCloud, just click the following link:<br/><br/>
|
||||
<a href="{link}">{link}</a>'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue