X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Ftasks.tpl;h=8ed15fb8aa7ac6e7d4a6b077b4ca392c793f3920;hb=e320f1d51ffa712689c6cb2877208464395aebb2;hp=c877e98947a88964febc6cf1e0d193d9a1a842c7;hpb=09bd3c14ba08e57c46fb53c66e9053d248682c06;p=timetracker.git diff --git a/WEB-INF/templates/mobile/tasks.tpl b/WEB-INF/templates/mobile/tasks.tpl index c877e989..8ed15fb8 100644 --- a/WEB-INF/templates/mobile/tasks.tpl +++ b/WEB-INF/templates/mobile/tasks.tpl @@ -17,8 +17,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} @@ -41,8 +41,8 @@ {foreach $inactive_tasks as $task} - {$task.name|escape:'html'} - {$task.description|escape:'html'} + {$task.name|escape} + {$task.description|escape} {/foreach} @@ -64,8 +64,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}