From f3d33a7d5bd98c9c0da62097e643e95f0b4b923d Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Fri, 14 Jun 2013 20:04:20 +0200 Subject: [PATCH] =?utf8?q?remove=20=C2=BB=20and=20=C2=AB=20from=20the=20te?= =?utf8?q?xt=20mail=20because=20they=20will=20be=20escaped?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- core/templates/altmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/altmail.php b/core/templates/altmail.php index c1d56c4b1a9..37dc8eee942 100644 --- a/core/templates/altmail.php +++ b/core/templates/altmail.php @@ -1,5 +1,5 @@ t("Hey there,\n\njust letting you know that %s shared »%s« with you.\nView it: %s\n\nCheers!", array($_['user_displayname'], $_['filename'], $_['link']))); +print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!", array($_['user_displayname'], $_['filename'], $_['link']))); ?> -- -- 2.39.5