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:
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'];