Update core/lostpassword/templates/email.php

respect coding style
remotes/origin/stable45
Thomas Müller 13 years ago
parent 97e4647ad5
commit 6d358c051f
  1. 3
      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}'))
Loading…
Cancel
Save