X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftasks.tpl;h=23d5ec4c52178a38d382eaf7757b972abd76b0be;hb=cd5e077ecb497431decde4835138b877d63b261c;hp=54d5be56bd2d7659136074c9667ba02553687feb;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/tasks.tpl b/WEB-INF/templates/tasks.tpl index 54d5be56..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} @@ -81,4 +81,4 @@ {/if} - \ No newline at end of file +