Fix rating colors in testData table, set the class, not the style.
This commit is contained in:
committed by
WineHQ
parent
0e7e7a0f2b
commit
b127c30f1c
@@ -1020,7 +1020,7 @@ class testData{
|
||||
$oTableRow->AddCell(new TableCell($bHasMaintainer ? "YES" : "no"));
|
||||
$oTableRow->AddCell(new TableCell($this->sTestedRating));
|
||||
|
||||
$oTableRow->SetStyle($this->sTestedRating);
|
||||
$oTableRow->SetClass($this->sTestedRating);
|
||||
|
||||
$oOMTableRow = new OMTableRow($oTableRow);
|
||||
$oOMTableRow->SetRowHasDeleteLink(true);
|
||||
|
||||
Reference in New Issue
Block a user