Skip to content

Commit

Permalink
Undoing needless change.
Browse files Browse the repository at this point in the history
  • Loading branch information
paca70 committed Apr 19, 2003
1 parent d61bf02 commit 44a334d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/lang.php
Expand Up @@ -188,7 +188,7 @@
$value = str_replace("%%","%",$value); $value = str_replace("%%","%",$value);
$value = htmlspecialchars($value); $value = htmlspecialchars($value);


$cellcolour = $value==="" ? $THEME->highlight: $THEME->cellcontent; $cellcolour = $value ? $THEME->cellcontent: $THEME->highlight;


if ($editable) { if ($editable) {
echo "<TD WIDTH=40% BGCOLOR=\"$cellcolour\" VALIGN=TOP>"; echo "<TD WIDTH=40% BGCOLOR=\"$cellcolour\" VALIGN=TOP>";
Expand Down

0 comments on commit 44a334d

Please sign in to comment.