mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Undoing needless change.
This commit is contained in:
parent
d61bf02f18
commit
44a334d874
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user