From 821eac475b75b42c97774be49540074a150981f3 Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Tue, 21 Oct 2014 23:32:05 +0800 Subject: [PATCH] OC_Mail uses text/plain, so use newline instead of br --- templates/email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/email.php b/templates/email.php index 6fadd87..18373d1 100644 --- a/templates/email.php +++ b/templates/email.php @@ -1,2 +1,2 @@ t('To create a new account on ownCloud, just click the following link:
{link}')); +echo str_replace('{link}', $_['link'], $l->t("To create a new account on ownCloud, just click the following link:\n{link}"));