loggedLevel is "AUTH_COOKIE".
[platal.git] / templates / core / wiki.tpl
index 9ea4730..8a76fa3 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  *}
@@ -28,7 +28,7 @@
     </td>
     {if $canedit}
     <td>
-      <a href='{$wikipage}?action=edit'>Éditer la page</a>
+      <a href='{$wikipage}?action=edit'>Éditer la page</a>
     </td>
     {/if}
   {if $has_perms}
@@ -50,7 +50,7 @@
       {html_options options=$perms_opts selected=$perms[1]}
       </select>
     </td>
-    <td colspan='2' style='text-align: left'>&lt;-- Droits associés</td>
+    <td colspan='2' style='text-align: left'>&lt;-- Droits associés</td>
   {/if}
   </tr>
 </table>
@@ -61,3 +61,4 @@
 {else}
 {include file=$pmwiki_cache}
 {/if}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}