Fix the display of the sample refusal message in the email moderation interface ...
authorStéphane Jacob <jacou@melix.net>
Thu, 5 Jun 2008 10:06:08 +0000 (12:06 +0200)
committerStéphane Jacob <jacou@melix.net>
Thu, 5 Jun 2008 10:06:08 +0000 (12:06 +0200)
ChangeLog
templates/lists/moderate_mail.tpl

index 8527c42..b1f1da3 100644 (file)
--- 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
index 74da755..e17c0f8 100644 (file)
@@ -64,7 +64,7 @@
 <p>
 En cas de refus, le mail envoyé à l'auteur du mail que tu modères actuellement sera de la forme suivante&nbsp;:
 </p>
-<pre>{$msg|utf8_encode}</pre>
+<pre>{$msg|smarty:nodefaults|utf8_encode}</pre>
 
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}