diff --git a/SubmitLab.php b/SubmitLab.php
index 639eea4..1de764a 100644
--- a/SubmitLab.php
+++ b/SubmitLab.php
@@ -62,15 +62,15 @@ include 'Header.php';
$full_link="$att1";
- if ($att2 != ""){
+ if ($att2 != "") {
$full_link = $full_link."| $att2";
}
- if ($att3 != ""){
+ if ($att3 != "") {
$full_link = $full_link."| $att3";
}
- if ($att4 != ""){
+ if ($att4 != "") {
$full_link = $full_link."| $att4";
}