diff --git a/threadr/board/submit.php b/threadr/board/submit.php index 2a7c42f..fafc13f 100644 --- a/threadr/board/submit.php +++ b/threadr/board/submit.php @@ -11,5 +11,5 @@ if (!$result) { $error_message = "

Error: SQL error.

" . $statement->queryString . "
" . $statement->errorInfo()[2] . "
"; } -echo "
"; +echo "

Submitting your post...

"; ?> \ No newline at end of file