X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fmobile%2Ftasks.tpl;h=5ea6a2a663ec77d7f50e915b65e178bd0b8c255a;hb=a9e7850820183fc39ef4541d3485cbcb077aca34;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..5ea6a2a6 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} @@ -67,9 +63,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}