OC_Mail uses text/plain, so use newline instead of br
This commit is contained in:
parent
d36e4bb91e
commit
821eac475b
|
|
@ -1,2 +1,2 @@
|
|||
<?php
|
||||
echo str_replace('{link}', $_['link'], $l->t('To create a new account on ownCloud, just click the following link:<br/>{link}'));
|
||||
echo str_replace('{link}', $_['link'], $l->t("To create a new account on ownCloud, just click the following link:\n{link}"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue