Course.php: use yellow as the color for the warning message.

Bug430-Eden2
Lan Hui 2023-08-29 19:41:02 +08:00
parent a7aa3a103d
commit 7282d80ce4
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ include 'Header.php';
if(mysqli_num_rows($result) == 0)
{
echo '<div class="alert alert-info">You missed no lab reports.</div>';
echo '<br><div class="alert alert-warning">You missed no lab reports.</div>';
} else {
while($row = mysqli_fetch_assoc($result)) {