Fix typo on the test results page
This commit is contained in:
@@ -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(" ");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user