Fix a race condition in active redirection validation.
[platal.git] / templates / include / form.valid.aliases.tpl
index 0ee9819..155f26a 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2004 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
   <td>{$valid->alias}</td>
 </tr>
 <tr class="pair">
-  <td class="titre">Visibilité :</td>
+  <td class="titre">Visibilité&nbsp;:</td>
   <td>{$valid->public}</td>
 </tr>
 <tr class="pair">
-  <td class="titre">Motif :</td>
+  <td class="titre">Motif&nbsp;:</td>
   <td>{$valid->raison|nl2br}</td>
 </tr>
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}