Fix rating colors in testData table, set the class, not the style.

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-07-24 14:45:23 +00:00
committed by WineHQ
parent 0e7e7a0f2b
commit b127c30f1c

View File

@@ -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);