diff --git a/include/template/anticipation-display.php b/include/template/anticipation-display.php index 573d9f95c..c4cdb79f8 100644 --- a/include/template/anticipation-display.php +++ b/include/template/anticipation-display.php @@ -187,23 +187,26 @@ echo nbm( $diff); '; + $strColorCell= ''; } -else +elseif ($cum > 0) { - echo ''; + $strColorCell= ''; } - +else { + $strColorCell= ''; +} +echo $strColorCell; echo nbm( $cum); ?> '; + echo $strColorCell; echo nbm( $cum); ?>