From: Stéphane Jacob Date: Thu, 5 Jun 2008 10:06:08 +0000 (+0200) Subject: Fix the display of the sample refusal message in the email moderation interface ... X-Git-Tag: core/1.0.0~138 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=175293ce5de58fac854f6b766831923d96b99309;p=platal.git Fix the display of the sample refusal message in the email moderation interface (Closes #813) --- diff --git a/ChangeLog b/ChangeLog index 8527c42..b1f1da3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ Bug/Wish: * Lists: - #810: Fix encoding of admin pages -FRU - #839: Fix warning when adding an external address -FRU + - #813: Fix display of the sample mail refusal message -JAC * Profile: - #805: Improves mentoring edition page -JAC diff --git a/templates/lists/moderate_mail.tpl b/templates/lists/moderate_mail.tpl index 74da755..e17c0f8 100644 --- a/templates/lists/moderate_mail.tpl +++ b/templates/lists/moderate_mail.tpl @@ -64,7 +64,7 @@

En cas de refus, le mail envoyé à l'auteur du mail que tu modères actuellement sera de la forme suivante :

-
{$msg|utf8_encode}
+
{$msg|smarty:nodefaults|utf8_encode}
{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}