Fix typo on the test results page

This commit is contained in:
EA Durbin
2006-05-27 01:42:45 +00:00
committed by WineHQ
parent b8318e22ca
commit 522722dff4

View File

@@ -170,7 +170,7 @@ else // if ($_REQUEST['sub']) is not defined, display the Testing results queue
{
// no Tests in queue
echo html_frame_start("Submitted Testing Results","90%");
echo '<p><b>The Submitted Testng Results Queue is empty.</b></p>',"\n";
echo '<p><b>The Submitted Testing Results Queue is empty.</b></p>',"\n";
echo html_frame_end("&nbsp;");
}
else