From 522722dff478f6581eca9fe0704cbf5e4c5d78b9 Mon Sep 17 00:00:00 2001 From: EA Durbin Date: Sat, 27 May 2006 01:42:45 +0000 Subject: [PATCH] Fix typo on the test results page --- testResults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testResults.php b/testResults.php index 9db860f..6f5211e 100644 --- a/testResults.php +++ b/testResults.php @@ -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 '

The Submitted Testng Results Queue is empty.

',"\n"; + echo '

The Submitted Testing Results Queue is empty.

',"\n"; echo html_frame_end(" "); } else