Undoing needless change.

This commit is contained in:
paca70 2003-04-19 19:09:01 +00:00
parent d61bf02f18
commit 44a334d874

View File

@ -188,7 +188,7 @@
$value = str_replace("%%","%",$value);
$value = htmlspecialchars($value);
$cellcolour = $value==="" ? $THEME->highlight: $THEME->cellcontent;
$cellcolour = $value ? $THEME->cellcontent: $THEME->highlight;
if ($editable) {
echo "<TD WIDTH=40% BGCOLOR=\"$cellcolour\" VALIGN=TOP>";