From 8120c42440ad6e74017b0c5b0cdf07355228c3b3 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 1 Apr 2024 19:46:04 +0200 Subject: [PATCH] Format injected javascript on failed native captcha --- post.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/post.php b/post.php index 954b2ed5..6fdbfc0b 100644 --- a/post.php +++ b/post.php @@ -599,12 +599,14 @@ if (isset($_POST['delete'])) { if (!$success) { error( - $config['error']['captcha'] - . '' + "{$config['error']['captcha']} + " ); } }