Fixes some XHTML strict errors or warnings
[platal.git] / templates / include / tips.tpl
index 532f461..32e2d58 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -25,7 +25,7 @@
 <fieldset id="tod">
 {/if}
   <legend>{icon name=lightbulb} {if !$tips.special}
-    Astuce&nbsp;: {$tips.titre}
+    Astuce&nbsp;: {$tips.title}
     {if hasPerm('admin') && !$tips.special && !$nochange}
     <a href="admin/tips/edit/{$tips.id}">{icon name="page_edit" title="Editer"}</a>
     {/if}
@@ -38,7 +38,7 @@
   {/tidy}
   {if !$nochange}
   <div class="right">
-    <a href="" onclick="Ajax.update_html('tod', 'ajax/tips/{$tips.id}'); return false" style="text-decoration: none">
+    <a href="events" onclick="Ajax.update_html('tod', 'ajax/tips/{$tips.id}'); return false" style="text-decoration: none">
       Astuce suivante {icon name=resultset_next title="Astuce suivante"}
     </a>
   </div>