From 3d61b900a31b7efcb64611d86e1aa4b661ce6410 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 17:49:11 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/board/submit.php=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/board/submit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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