X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Ftasks.tpl;h=8ed15fb8aa7ac6e7d4a6b077b4ca392c793f3920;hb=9e7fa54992c2053eaae351bf8d28160bfbedfd88;hp=0a521073a21ac52ac185f31550a09facbf94f303;hpb=ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b;p=timetracker.git diff --git a/WEB-INF/templates/mobile/tasks.tpl b/WEB-INF/templates/mobile/tasks.tpl index 0a521073..8ed15fb8 100644 --- a/WEB-INF/templates/mobile/tasks.tpl +++ b/WEB-INF/templates/mobile/tasks.tpl @@ -13,14 +13,12 @@ {$i18n.label.thing_name} {$i18n.label.description} - {$i18n.label.edit} {if $active_tasks} {foreach $active_tasks as $task} - {$task.name|escape:'html'} - {$task.description|escape:'html'} - {$i18n.label.edit} + {$task.name|escape} + {$task.description|escape} {/foreach} {/if} @@ -40,13 +38,11 @@ {$i18n.label.thing_name} {$i18n.label.description} - {$i18n.label.edit} {foreach $inactive_tasks as $task} - {$task.name|escape:'html'} - {$task.description|escape:'html'} - {$i18n.label.edit} + {$task.name|escape} + {$task.description|escape} {/foreach} @@ -68,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}