X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftasks.tpl;h=ec772961d0538c833eb8a560433d6f6da1807eca;hb=7916f561fed6b50348f144fc411ca82ee9bd5ebb;hp=2c996a1f8d035bfb4755601d022cab35a9b17c0f;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/tasks.tpl b/WEB-INF/templates/tasks.tpl index 2c996a1f..ec772961 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} @@ -31,7 +31,7 @@

-
+
@@ -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} @@ -58,7 +58,7 @@

-
+
@@ -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}