Email template: new line before link
This commit is contained in:
parent
08030b2f2a
commit
c162bbb228
|
|
@ -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}'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue