OC_Mail uses text/plain, so use newline instead of br

This commit is contained in:
Pellaeon Lin 2014-10-21 23:32:05 +08:00
parent d36e4bb91e
commit 821eac475b
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
<?php <?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}"));