Shows user filter used after a newsletter has been sent (Closes #1526)
[platal.git] / templates / events / preview.tpl
index 1fa82b8..10f6538 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -22,7 +22,7 @@
 
 {if trim($titre) || trim($texte)}
 <table class="bicol">
-  <tr><th><em>Aperçu de : </em>{$titre|nl2br}</th></tr>
+  <tr><th><em>Aperçu de&nbsp;: </em>{$titre|nl2br}</th></tr>
   <tr class="pair"><td>{$texte|miniwiki|smarty:nodefaults}</td></tr>
 </table>
 {/if}