HTML validation.
[platal.git] / templates / newsletter / show.tpl
index 8cb9332..32d3454 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -31,7 +31,7 @@
   [<a href='nl/show/{$nl->id()}?text=1'>version Texte</a>]
   {/if}
   {if hasPerm('admin')}
-  [<a href='admin/newsletter/edit/{$nl->id()}'>Editer</a>]
+  [<a href='admin/newsletter/edit/{$nl->id()}'>Éditer</a>]
   {/if}
 </p>
 
@@ -47,7 +47,7 @@
   <tr><th>{$nl->title(true)}</th></tr>
   <tr>
     <td>
-      {include file="newsletter/nl.mail.tpl"}
+      {include file="newsletter/nl.mail.tpl" escape=true}
     </td>
   </tr>
 </table>