X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;h=3ea9ceb3d486a804b215532c46fc54ce4f2740b5;hb=8e340f1e9cb764f423c0a5e7067c892f88d0ec73;hp=99d617bdd2e6759e4d2e871e1091423fc64f849c;hpb=845622e615e142555436c61425dfcef7c51e14a2;p=timetracker.git diff --git a/WEB-INF/templates/users.tpl b/WEB-INF/templates/users.tpl index 99d617bd..3ea9ceb3 100644 --- a/WEB-INF/templates/users.tpl +++ b/WEB-INF/templates/users.tpl @@ -24,9 +24,9 @@ {if $smarty.const.UNCOMPLETED_INDICATORS == $user->uncompleted_indicators} {/if} - {$u.name|escape:'html'} + {$u.name|escape} - {$u.login|escape:'html'} + {$u.login|escape} {if $smarty.const.ROLE_MANAGER == $u.role} {$i18n.form.users.manager} {elseif $smarty.const.ROLE_COMANAGER == $u.role} @@ -70,8 +70,8 @@ {foreach $inactive_users as $u} - {$u.name|escape:'html'} - {$u.login|escape:'html'} + {$u.name|escape} + {$u.login|escape} {if $smarty.const.ROLE_MANAGER == $u.role} {$i18n.form.users.manager} {elseif $smarty.const.ROLE_COMANAGER == $u.role} @@ -112,8 +112,8 @@ {foreach $active_users as $u} - {$u.name|escape:'html'} - {$u.login|escape:'html'} + {$u.name|escape} + {$u.login|escape} {if $smarty.const.ROLE_MANAGER == $u.role} {$i18n.form.users.manager} {elseif $smarty.const.ROLE_COMANAGER == $u.role}