Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2014-10-21 19:32:05 +0400
committerPellaeon Lin <nfsmwlin@gmail.com>2014-10-21 19:32:05 +0400
commit821eac475b75b42c97774be49540074a150981f3 (patch)
treeb185ade155c815e0cd3da3a2545052bf48e694f8 /templates
parentd36e4bb91eba4839fc0ea38fb3a07326c8a56f0d (diff)
OC_Mail uses text/plain, so use newline instead of br
Diffstat (limited to 'templates')
-rw-r--r--templates/email.php2
1 files changed, 1 insertions, 1 deletions
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 @@
<?php
-echo str_replace('{link}', $_['link'], $l->t('To create a new account on ownCloud, just click the following link:<br/>{link}'));
+echo str_replace('{link}', $_['link'], $l->t("To create a new account on ownCloud, just click the following link:\n{link}"));