Email template: new line before link

This commit is contained in:
Pellaeon Lin 2014-10-03 16:00:07 +08:00
parent 08030b2f2a
commit c162bbb228
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
<?php
echo str_replace('{link}', $_['link'], $l->t('To create a new account on ownCloud, just click the following link: {link}'));
echo str_replace('{link}', $_['link'], $l->t('To create a new account on ownCloud, just click the following link:<br/>{link}'));