From a4dce34b92e4dbb8858725f00d4acd7b40d168eb Mon Sep 17 00:00:00 2001 From: hajigeek Date: Fri, 3 Jun 2022 09:09:51 +0800 Subject: [PATCH] English typo error is corrected --- Header.php | 2 +- Submissions.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Header.php b/Header.php index 258dd84..de8abc8 100644 --- a/Header.php +++ b/Header.php @@ -24,7 +24,7 @@ if (mysqli_connect_errno()) { diff --git a/Submissions.php b/Submissions.php index cabcaf0..3df7614 100644 --- a/Submissions.php +++ b/Submissions.php @@ -262,8 +262,8 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Marked' Order by lab if ($att4 != "") { $full_link = $full_link . "| $att4"; } - // you will notic why i used span here to wrap the submitted by name - // because if we wrap with span , the css class text-selectable can be used only the submittedBy name + // you will notice why i used span here to wrap the $submitted_by variable + // because if we wrap with span , the css class text-selectable can be used only by the submittedBy variable // if you want to use text-selectable class on whole div, just call the css class