summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-09-04 13:10:14 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2012-09-04 13:10:14 +0300
commit6d358c051f1de1a717234e94ddbf6a63fbb57b02 (patch)
treefcb975e2b81df079a669d1a7b39ec4f93d8d982d
parent97e4647ad57255f320b85de410f747961167cc88 (diff)
downloadnextcloud-server-6d358c051f1de1a717234e94ddbf6a63fbb57b02.tar.gz
nextcloud-server-6d358c051f1de1a717234e94ddbf6a63fbb57b02.zip
Update core/lostpassword/templates/email.php
respect coding style
-rw-r--r--core/lostpassword/templates/email.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/lostpassword/templates/email.php b/core/lostpassword/templates/email.php
index d146d8e4c37..bf025e41973 100644
--- a/core/lostpassword/templates/email.php
+++ b/core/lostpassword/templates/email.php
@@ -1 +1,2 @@
-<?php echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}')) ?>
+<?php
+echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}')) \ No newline at end of file