X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fclients.tpl;h=5243daf4231f2cac8b2cd419ee536e0052ceb0f5;hb=5a989e29aed5ad95f7b4a4082a2d88b924523968;hp=eb46259f1a99d1de2db1271d0b55dc309613ef2d;hpb=0dcf21723daf12934f4977fcf24a0e1b1bff8021;p=timetracker.git diff --git a/WEB-INF/templates/clients.tpl b/WEB-INF/templates/clients.tpl index eb46259f..5243daf4 100644 --- a/WEB-INF/templates/clients.tpl +++ b/WEB-INF/templates/clients.tpl @@ -17,9 +17,9 @@ {$i18n.label.delete} {foreach $active_clients as $client} - - {$client.name|escape:'html'} - {$client.address|escape:'html'} + + {$client.name|escape} + {$client.address|escape} {$i18n.label.edit} {$i18n.label.delete} @@ -27,7 +27,7 @@ - +


{if $inactive_clients} @@ -40,9 +40,9 @@ {$i18n.label.delete} {foreach $inactive_clients as $client} - - {$client.name|escape:'html'} - {$client.address|escape:'html'} + + {$client.name|escape} + {$client.address|escape} {$i18n.label.edit} {$i18n.label.delete} @@ -50,7 +50,7 @@ - +


{/if} {/if}