From 32b1e815009a305bf07932fececbac39bf108cf6 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Fri, 25 Aug 2023 21:14:05 +0800 Subject: [PATCH] Submissions.php: format code. --- Submissions.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Submissions.php b/Submissions.php index ac720bc..a6f43a2 100644 --- a/Submissions.php +++ b/Submissions.php @@ -184,9 +184,12 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Pending' order by Sub } echo "
- $title
by: $submitted_by -
Submitted : $posted
Attachments : $full_link
-
"; + $title
+ By: $submitted_by
+ Submitted on: $posted +
+ Attachments : $full_link + "; } } echo "";