]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/lostpassword/templates/email.php
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:10:14 +0000 (13:10 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:10:14 +0000 (13:10 +0300)
respect coding style

core/lostpassword/templates/email.php

index d146d8e4c373aa481798546ad275e8eb84a1cdff..bf025e419735da7754aa961de9e6c64a4fb111c0 100644 (file)
@@ -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