From d8aeeaa876fd3f8ab30709502bd79301b02995e6 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Sun, 3 Sep 2023 20:17:39 +0800 Subject: [PATCH] SubmitLab.php: add spaces around operator '=' --- SubmitLab.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubmitLab.php b/SubmitLab.php index 2a53253..9874c05 100644 --- a/SubmitLab.php +++ b/SubmitLab.php @@ -62,7 +62,7 @@ include 'Header.php'; } - $full_link="$att1"; + $full_link = "$att1"; if ($att2 != "") { $full_link = $full_link."| $att2";