summaryrefslogtreecommitdiff
path: root/p/tools/todo.html.tt
diff options
context:
space:
mode:
Diffstat (limited to 'p/tools/todo.html.tt')
-rw-r--r--p/tools/todo.html.tt8
1 files changed, 4 insertions, 4 deletions
diff --git a/p/tools/todo.html.tt b/p/tools/todo.html.tt
index fe25164..285c7e8 100644
--- a/p/tools/todo.html.tt
+++ b/p/tools/todo.html.tt
@@ -26,19 +26,19 @@
[% IF t.key %]
[% IF t.value.value.exists ('text') %]
prout
- [% ELSE %]
+ [% ELSE +%]
<li><p>[% t.key %]</p>
<ul>
[% PROCESS task tasks = t.value %]
</ul>
</li>
- [% END %]
+ [%+ END %]
[% ELSE %]
[% PROCESS task tasks = t.value %]
[% END %]
[% END %]
[% END %]
- [% ELSE %]
+ [% ELSE +%]
<li><p>Aucune Tache</p></li>
- [% END %]
+ [%+ END %]
[% END %]