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>2016-02-19 09:30:00 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2016-02-19 09:30:00 +0300
commite271ac1c0c25909eaf898bee82745a57d1bbb777 (patch)
treefc58518ccfc3a7362cc5635ddafa8158364c6b7d /templates
parent00833216aecbcf90a107da0a2c6ccfbdacb96c3f (diff)
Update# advices on publishing appv0.1.2
Diffstat (limited to 'templates')
-rw-r--r--templates/email.validate_plaintext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email.validate_plaintext.php b/templates/email.validate_plaintext.php
index 0503599..4a1dbdb 100644
--- a/templates/email.validate_plaintext.php
+++ b/templates/email.validate_plaintext.php
@@ -1,3 +1,3 @@
<?php
echo $l->t("To create a new account on %s, just click the following link:", [$_['sitename']]);
-echo str_replace('{link}', $_['link'], "\n\n{link}");
+echo "\n\n".$_['link'];