From 25eafcee8f635481623915ba2d6d9ee63edb5b2f Mon Sep 17 00:00:00 2001 From: azett Date: Thu, 4 Mar 2021 13:04:25 +0100 Subject: [PATCH] Bugfix: Spam protection question wasn't displayed. --- fp-plugins/accessibleantispam/plugin.accessibleantispam.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-plugins/accessibleantispam/plugin.accessibleantispam.php b/fp-plugins/accessibleantispam/plugin.accessibleantispam.php index 7cfaa8e..e43a41c 100755 --- a/fp-plugins/accessibleantispam/plugin.accessibleantispam.php +++ b/fp-plugins/accessibleantispam/plugin.accessibleantispam.php @@ -129,7 +129,7 @@ function plugin_aaspam_comment_form() { } // echoes the question and the form part - echo '


+ echo '


'; }