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.

";