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 "";