From fd260aec9f93a3e149068151077cdb8f3934f8f7 Mon Sep 17 00:00:00 2001 From: khuxkm Date: Sun, 8 Jul 2018 10:11:57 -0400 Subject: [PATCH] Fix pre boxes --- client/thread.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/thread.php b/client/thread.php index c69e73a..52159c7 100644 --- a/client/thread.php +++ b/client/thread.php @@ -6,9 +6,9 @@ $time = date_format($time, "Y/m/d H:i"); echo "\t\t
".PHP_EOL; echo "\t\t\t

>{$message['post_id']} {$username} @ {$time}

".PHP_EOL; - echo "\t\t\t
".PHP_EOL;
+		echo "\t\t\t
";
 		echo $message["body"].PHP_EOL;
-		echo "\t\t\t
".PHP_EOL; + echo "
".PHP_EOL; echo "\t\t
".PHP_EOL; } ?>