Fix a race condition in active redirection validation.
[platal.git] / templates / include / form.valid.orange.tpl
index d119efd..1cc4d8f 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -26,8 +26,8 @@
   <td>{$valid->promo}</td>
 </tr>
 <tr class="impair">
-  <td class="titre">Année de sortie&nbsp;:</td>
+  <td class="titre">Année de sortie&nbsp;:</td>
   <td>{$valid->promo_sortie} au lieu de {math equation="a + b" a=$valid->promo b=3}</td>
 </tr>
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}