diff --git a/src/lab/quiz.php b/src/lab/quiz.php
index f9abd26d..f199384b 100644
--- a/src/lab/quiz.php
+++ b/src/lab/quiz.php
@@ -135,13 +135,11 @@
| Total '.$no_ques.' questions |
-Time spent ';
+ | Time spent ';
printf("%02d:%02d",(int)($curr_time/60),($curr_time%60));
echo ' |
-
-
- ';
+';
} else {
$c_answers=0;
@@ -204,6 +202,28 @@
?>
+