diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:10:14 +0300 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:10:14 +0300 |
commit | 6d358c051f1de1a717234e94ddbf6a63fbb57b02 (patch) | |
tree | fcb975e2b81df079a669d1a7b39ec4f93d8d982d | |
parent | 97e4647ad57255f320b85de410f747961167cc88 (diff) | |
download | nextcloud-server-6d358c051f1de1a717234e94ddbf6a63fbb57b02.tar.gz nextcloud-server-6d358c051f1de1a717234e94ddbf6a63fbb57b02.zip |
Update core/lostpassword/templates/email.php
respect coding style
-rw-r--r-- | core/lostpassword/templates/email.php | 3 |
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 |