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