From 086e2d2668784469ec114f6e6fd2b3dace3d7c3b Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 12 Sep 2024 19:49:17 +0200 Subject: Way more progress on forum --- src/application/mystic/forum/Messaging.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/application/mystic/forum/Messaging.php') diff --git a/src/application/mystic/forum/Messaging.php b/src/application/mystic/forum/Messaging.php index 2f5c80d..3530d5e 100644 --- a/src/application/mystic/forum/Messaging.php +++ b/src/application/mystic/forum/Messaging.php @@ -11,7 +11,7 @@ final class Messaging { const ENT_FLAGS = \ENT_COMPAT | \ENT_HTML401 | \ENT_SUBSTITUTE; protected static function message(array $items, string $headerText, string $headerColor, string $headerTextColor): void { - echo "\n"; + //echo "\n"; echo "
\n"; echo "
\n"; @@ -20,7 +20,7 @@ final class Messaging { echo "
\n"; - echo "
\n"; + echo "
\n"; foreach ($items as $item) { if (is_scalar($item)) { @@ -65,7 +65,7 @@ final class Messaging { echo "
\n"; echo "
\n"; - echo "\n"; + //echo "\n"; } public static function bold(string $contents): array { -- cgit v1.2.3