X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftasks.tpl;h=0839d0cfc83f28fb007fb9b27373083095db69ae;hb=f74c7df066d55b06570f7b7b1fabb71246cb5791;hp=2c996a1f8d035bfb4755601d022cab35a9b17c0f;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/tasks.tpl b/WEB-INF/templates/tasks.tpl index 2c996a1f..0839d0cf 100644 --- a/WEB-INF/templates/tasks.tpl +++ b/WEB-INF/templates/tasks.tpl @@ -18,9 +18,9 @@ {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} @@ -46,9 +46,9 @@ {$i18n.label.delete} {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} @@ -71,9 +71,9 @@ {if $active_tasks} {foreach $active_tasks as $task} - - {$task.name|escape:'html'} - {$task.description|escape:'html'} + + {$task.name|escape} + {$task.description|escape} {/foreach} {/if}