From ca2717cd40c7133bfafcbe930e183f6956116d2b Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 7 Sep 2021 06:19:51 +0200 Subject: [PATCH] =?UTF-8?q?previous=20attempt=20didn=E2=80=99t=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/board/index.php | 2 +- threadr/board/post.php | 2 +- threadr/board/submit.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/threadr/board/index.php b/threadr/board/index.php index 3506bf7..248cb90 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -22,7 +22,7 @@ $id=$_GET['id']; } ?> - + > %NAVBAR%
diff --git a/threadr/board/post.php b/threadr/board/post.php index ef7d19f..abd4463 100644 --- a/threadr/board/post.php +++ b/threadr/board/post.php @@ -1,6 +1,6 @@ "; + echo "
"; if (isset($_GET['reply_to'])) { echo "
"; } else { diff --git a/threadr/board/submit.php b/threadr/board/submit.php index 1677015..907c69b 100644 --- a/threadr/board/submit.php +++ b/threadr/board/submit.php @@ -7,7 +7,7 @@ if (isset($_GET['reply_to'])) { $reply_to = -1; } -echo "
"; +echo "
"; if ($_POST['title']==="" || $_POST['content']==="") { echo "

Please fill out both the title field and content box.

";