From aa2c9f222600e6568589df7492893b2ada8a22df Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Sun, 12 Jul 2015 12:00:06 +0800 Subject: [PATCH] Update# HTML email, clickable link --- templates/email.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/email.php b/templates/email.php index 18373d1..1907a10 100644 --- a/templates/email.php +++ b/templates/email.php @@ -1,2 +1,3 @@ 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:

+{link}'));