Add a missing Table::AddRow() call and clean up some whitespace
This commit is contained in:
committed by
WineHQ
parent
38f7214406
commit
f07272f089
@@ -690,14 +690,13 @@ class version {
|
|||||||
$oTableCell->SetClass("color0");
|
$oTableCell->SetClass("color0");
|
||||||
$oTableRow->AddCell($oTableCell);
|
$oTableRow->AddCell($oTableCell);
|
||||||
|
|
||||||
|
$oTable->AddRow($oTableRow);
|
||||||
$oTableRow = new TableRow();
|
$oTableRow = new TableRow();
|
||||||
|
|
||||||
$oTableCell = new TableCell("Release");
|
$oTableCell = new TableCell("Release");
|
||||||
$oTableCell->SetClass("color1");
|
$oTableCell->SetClass("color1");
|
||||||
$oTableRow->AddCell($oTableCell);
|
$oTableRow->AddCell($oTableCell);
|
||||||
|
|
||||||
|
|
||||||
$oTableCell = new TableCell(make_bugzilla_version_list("sMaintainerRelease", $this->sTestedRelease));
|
$oTableCell = new TableCell(make_bugzilla_version_list("sMaintainerRelease", $this->sTestedRelease));
|
||||||
$oTableCell->SetClass("color0");
|
$oTableCell->SetClass("color0");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user