From b127c30f1c9e26f293ea114f045b5b48cebd5976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Tue, 24 Jul 2007 14:45:23 +0000 Subject: [PATCH] Fix rating colors in testData table, set the class, not the style. --- include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testData.php b/include/testData.php index dc6672f..48557d8 100644 --- a/include/testData.php +++ b/include/testData.php @@ -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);