SubmitLab.php: add spaces around operator '='

Bug430-Eden2
Lan Hui 2023-09-03 20:17:39 +08:00
parent e5d4819f7d
commit d8aeeaa876
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ include 'Header.php';
}
$full_link="<a href='~\..\Lab_Report_Assignments\\$att1'>$att1</a>";
$full_link = "<a href='~\..\Lab_Report_Assignments\\$att1'>$att1</a>";
if ($att2 != "") {
$full_link = $full_link."| <a href='~\..\Lab_Report_Assignments\\$att2'>$att2</a>";