Update core/lostpassword/templates/email.php
respect coding style
This commit is contained in:
parent
97e4647ad5
commit
6d358c051f
|
@ -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}'))
|
Loading…
Reference in New Issue