From 92160b28adc1eda8948a1bd939e7a415a0d817ce Mon Sep 17 00:00:00 2001 From: Phyks Date: Sat, 14 Sep 2013 23:30:14 +0200 Subject: [PATCH] Bug correction in balance table display --- tpl/default_en/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tpl/default_en/index.html b/tpl/default_en/index.html index 919ba76..209ddb6 100755 --- a/tpl/default_en/index.html +++ b/tpl/default_en/index.html @@ -18,10 +18,9 @@ {$value->getDisplayName()} {loop="users"} - {if condition="$balances[$value1->getId()][$value2->getId()] == 'X'"} - + {if condition="$balances[$value1->getId()][$value2->getId()] === 'X'"} + {else} - {$balances[$value1->getId()][$value2->getId()]} {/if} {/loop}