From 7a7e1023903e27d68b1a4643baf3d7031bcc2dfa Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 4 Sep 2014 11:30:54 +0200 Subject: Fix broken new lines in plain text mail template --- core/templates/altmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/templates/altmail.php') diff --git a/core/templates/altmail.php b/core/templates/altmail.php index b2b45e454a7..38531d109b7 100644 --- a/core/templates/altmail.php +++ b/core/templates/altmail.php @@ -2,7 +2,7 @@ print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", array($_['user_displayname'], $_['filename'], $_['link']))); if ( isset($_['expiration']) ) { print_unescaped($l->t("The share will expire on %s.", array($_['expiration']))); - print_unescaped('\n\n'); + print_unescaped("\n\n"); } // TRANSLATORS term at the end of a mail p($l->t("Cheers!")); -- cgit v1.2.3