Просмотр исходного кода

Oops, accidentally reintroduced the green age color, now it's really gone.

[SVN r17461]
Rene Rivera 23 лет назад
Родитель
Сommit
69cb4605c7
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      tools/regression/regression-logs.pl

+ 0 - 2
tools/regression/regression-logs.pl

@@ -46,7 +46,6 @@ sub date_info
 	#print "<!-- $age_days days old -->\n";
 	my $age = "<font>";
 	if ($age_days <= 2) { }
-	elsif ($age_days <= 7) { $age = "<font color=\"#009900\">"; }
 	elsif ($age_days <= 14) { $age = "<font color=\"#FF9900\">"; }
 	else { $age = "<font color=\"#FF0000\">"; }
 	return $age.$_[0]."</font>";
@@ -68,7 +67,6 @@ sub age_info
 	#print "<!-- $age_days days old -->\n";
 	my $age = "<font>";
 	if ($age_days <= 2) { }
-	elsif ($age_days <= 7) { $age = "<font color=\"#009900\">"; }
 	elsif ($age_days <= 14) { $age = "<font color=\"#FF9900\">"; }
 	else { $age = "<font color=\"#FF0000\">"; }
 	if ($age_days <= 1) { $age = $age."today"; }

粤ICP备19079148号