Checking in timeless' patch for bug #148935

This commit is contained in:
tara%tequilarista.org 2002-10-21 19:36:40 +00:00
Родитель bbdf987054
Коммит fc95669449
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -279,8 +279,11 @@ foreach $revision (@revisions)
$log = MarkUpText($log);
$log =~ s/\n|\r|\r\n/<BR>/g;
if (!defined $bgcolor || $bgcolor eq '') {
#$bgcolor = ' BGCOLOR="#EEEEEE"';# My browser translates this to white.
if ($revision eq $::opt_rev) {
$bgcolor = ' BGCOLOR="LIGHTBLUE"';
} elsif ($mark{$revision}) {
$bgcolor = ' BGCOLOR="LIGHTGREEN"';
} elsif (!defined $bgcolor || $bgcolor eq '') {
$bgcolor = ' BGCOLOR="#E7E7E7"'; # Pick a grey that shows up on 8-bit.
} else {
$bgcolor = '';