From eef551c2fbf793670d91d2015a0e6cfce8d62254 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Thu, 24 Aug 2023 21:34:03 +0800 Subject: [PATCH] Submissions.php: improve assignment appearance. --- Submissions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Submissions.php b/Submissions.php index 0069b6c..cd5f5bd 100644 --- a/Submissions.php +++ b/Submissions.php @@ -268,7 +268,7 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Marked' Order by lab // if you want to use text-selectable class on whole div, just call the css class - echo "
+ echo "
$title
by : $submitted_by        [ Marks: $Marks ]  
Marking notes: $notes
Submitted : $posted
Attachments : $full_link
";