Fix #735: Encoding of list description in member edition form.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 3 Nov 2007 16:38:11 +0000 (17:38 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 3 Nov 2007 16:38:11 +0000 (17:38 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
ChangeLog
templates/xnetgrp/membres-edit.tpl

index baa1eee..25fbb14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@ Bug/Wish:
 
     * XnetGrp:
         - #732: Adapt subscription text to sex                             -FRU
+        - #735: Encoding of list description in member edition form        -FRU
 
 
 ================================================================================
index 7b3bb5f..ee93532 100644 (file)
       <td>
         <a href='{$platal->ns}lists/members/{$liste.list}'>{$liste.list}</a>
       </td>
-      <td>{$liste.desc}</td>
+      <td>{$liste.desc|smarty:nodefaults}</td>
       <td class='right'>{$liste.nbsub}</td>
     </tr>
     {foreachelse}