From 117cc0431c46d80c4b301bc451f4ecf70b706480 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Thu, 24 Aug 2023 21:25:26 +0800 Subject: [PATCH] Submissions.php: improve code readability. --- Submissions.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Submissions.php b/Submissions.php index 45b6457..20bd6bb 100644 --- a/Submissions.php +++ b/Submissions.php @@ -347,13 +347,14 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Remarking'"); if ($att4 != "") { $full_link = $full_link . "| $att4"; } - echo "
- $title
by : $submitted_by        [ Marked $Marks ]
Remarking Reason : $remarking_reason -
Submitted : $posted " - . "" - . "      Ignore request" - . "
Attachments : $full_link
-
"; + echo "
" + . "$title
" + . "Submitted by: $submitted_by        [ Marks: $Marks ]
" + . " Remarking reason: $remarking_reason
" + . "" + . "  Ignore request
" + . "Submitted at: $posted
Attachments: $full_link
" + . "
"; } } echo "";