From 7282d80ce4b138008226d6c3453a76086ddb65c7 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Tue, 29 Aug 2023 19:41:02 +0800 Subject: [PATCH] Course.php: use yellow as the color for the warning message. --- Course.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Course.php b/Course.php index 84128ed..d174b67 100644 --- a/Course.php +++ b/Course.php @@ -196,7 +196,7 @@ include 'Header.php'; if(mysqli_num_rows($result) == 0) { - echo '
You missed no lab reports.
'; + echo '
You missed no lab reports.
'; } else { while($row = mysqli_fetch_assoc($result)) {