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-03 12:00:07 +0400
committerPellaeon Lin <nfsmwlin@gmail.com>2014-10-03 12:00:07 +0400
commitc162bbb22889c972e8a124cc19216a3a6b40c4bc (patch)
tree87b5784ff843369504bf9560c0d7e2dffb4b1c23 /templates
parent08030b2f2aef6c966fedf3bc9a4fa74041ac8767 (diff)
Email template: new line before link
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 df65965..6fadd87 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: {link}'));
+echo str_replace('{link}', $_['link'], $l->t('To create a new account on ownCloud, just click the following link:<br/>{link}'));