Update# HTML email, clickable link

This commit is contained in:
Pellaeon Lin 2015-07-12 12:00:06 +08:00
parent 294310a78d
commit aa2c9f2226
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
<?php <?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>'));