X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fusers.tpl;fp=WEB-INF%2Ftemplates%2Fusers.tpl;h=3ea9ceb3d486a804b215532c46fc54ce4f2740b5;hb=7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398;hp=99d617bdd2e6759e4d2e871e1091423fc64f849c;hpb=5519f0c3855c71a81442f3da1d135df89f1baf71;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}