Update core/lostpassword/templates/email.php

respect coding style
This commit is contained in:
Thomas Müller 2012-09-04 13:10:14 +03:00
parent 97e4647ad5
commit 6d358c051f
1 changed files with 2 additions and 1 deletions

View 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}'))