From de56d4bd6f10668b9125a1ff2c6d082eccee9674 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Tue, 29 Aug 2023 19:47:29 +0800 Subject: [PATCH] Course.php: better DIV indentation. --- Course.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Course.php b/Course.php index f35ab4d..2957b9e 100644 --- a/Course.php +++ b/Course.php @@ -161,18 +161,21 @@ include 'Header.php'; if($att3 != "") { $full_link = $full_link."| $att3"; } - if($att4 != "") { $full_link = $full_link."| $att4"; } - echo "
-
$title
($Marks Marks, $type)

$ins

-

Attachments: $full_link

-

Posted: $posted    Deadline: $deadline

-
Time left: $days_remaining
-

Submit

-
"; + echo "
+
+
$title
+
($Marks Marks, $type)

+

$ins

+

Attachments: $full_link

+

Posted: $posted    Deadline: $deadline

+
Time left: $days_remaining
+

Submit

+
+
"; } } echo "";