Fix bug link on queued items page

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-01-11 01:54:17 +01:00
committed by Chris Morgan
parent f04c6fe4dc
commit 907ce1c928

View File

@@ -315,7 +315,7 @@ class Bug
$oTableRow = new TableRow();
$oTableRow->AddTextCell(version::fullNameLink($oRow->versionId));
$oTableRow->AddTextCell('<a href='.BUGZILLA_ROOT.'show_bug.cgi?id='.$oRow->bug_id.'">'.$oRow->bug_id.'</a>');
$oTableRow->AddTextCell('<a href="'.BUGZILLA_ROOT.'show_bug.cgi?id='.$oRow->bug_id.'">'.$oRow->bug_id.'</a>');
$oTableRow->AddTextCell($oBug->sBug_status);
$oTableRow->AddTextCell($oBug->sResolution);
$oTableRow->AddTextCell($oBug->sShort_desc);