From 924a2c2d0f350aff7cd09bf421e54f82292ca782 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Thu, 29 Feb 2024 20:38:20 -0700 Subject: [PATCH] Fix misaligned header horizontal rule if no motd.txt or fortunes. --- Rocksolid_Light/common/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rocksolid_Light/common/header.php b/Rocksolid_Light/common/header.php index d0bac57..7086c74 100644 --- a/Rocksolid_Light/common/header.php +++ b/Rocksolid_Light/common/header.php @@ -135,9 +135,9 @@ echo ''; if ($unread) { $motd = '
*** You have unread mail. Click Here ***
'; } -if (strlen($motd) > 0) { +//if (strlen($motd) > 0) { echo '

' . $motd . '

'; -} +//} echo '
'; echo '

';