X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/5519f0c3855c71a81442f3da1d135df89f1baf71..7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398:/WEB-INF/templates/tasks.tpl
diff --git a/WEB-INF/templates/tasks.tpl b/WEB-INF/templates/tasks.tpl
index 2c996a1f..23d5ec4c 100644
--- a/WEB-INF/templates/tasks.tpl
+++ b/WEB-INF/templates/tasks.tpl
@@ -19,8 +19,8 @@
{if $active_tasks}
{foreach $active_tasks as $task}
- | {$task.name|escape:'html'} |
- {$task.description|escape:'html'} |
+ {$task.name|escape} |
+ {$task.description|escape} |
{$i18n.label.edit} |
{$i18n.label.delete} |
@@ -47,8 +47,8 @@
{foreach $inactive_tasks as $task}
- | {$task.name|escape:'html'} |
- {$task.description|escape:'html'} |
+ {$task.name|escape} |
+ {$task.description|escape} |
{$i18n.label.edit} |
{$i18n.label.delete} |
@@ -72,8 +72,8 @@
{if $active_tasks}
{foreach $active_tasks as $task}
- | {$task.name|escape:'html'} |
- {$task.description|escape:'html'} |
+ {$task.name|escape} |
+ {$task.description|escape} |
{/foreach}
{/if}