diff --git a/include/bugs.php b/include/bugs.php index b1d7506..13b1404 100644 --- a/include/bugs.php +++ b/include/bugs.php @@ -315,7 +315,7 @@ class Bug $oTableRow = new TableRow(); $oTableRow->AddTextCell(version::fullNameLink($oRow->versionId)); - $oTableRow->AddTextCell(''.$oRow->bug_id.''); + $oTableRow->AddTextCell(''.$oRow->bug_id.''); $oTableRow->AddTextCell($oBug->sBug_status); $oTableRow->AddTextCell($oBug->sResolution); $oTableRow->AddTextCell($oBug->sShort_desc);