diff --git a/admin/adminTestResults.php b/admin/adminTestResults.php index 14b79af..6705be4 100644 --- a/admin/adminTestResults.php +++ b/admin/adminTestResults.php @@ -148,7 +148,7 @@ else // if ($_REQUEST['sub']) is not defined, display the Testing results queue { //no apps in queue echo html_frame_start("Submitted Testing Results","90%"); - echo '
The Submitted Testng Results Queue is empty.
',"\n"; + echo 'The Submitted Testing Results Queue is empty.
',"\n"; echo html_frame_end(" "); } else @@ -169,7 +169,7 @@ else // if ($_REQUEST['sub']) is not defined, display the Testing results queue { //no rejected test results in queue echo html_frame_start("Rejected Testing Results","90%"); - echo 'The Rejected Testng Results Queue is empty.
',"\n"; + echo 'The Rejected Testing Results Queue is empty.
',"\n"; echo html_frame_end(" "); } else