Bugfix: Spam protection question wasn't displayed.

This commit is contained in:
azett 2021-03-04 13:04:25 +01:00
parent 74015cbd49
commit 25eafcee8f

View File

@ -129,7 +129,7 @@ function plugin_aaspam_comment_form() {
} }
// echoes the question and the form part // echoes the question and the form part
echo '<p><label class="textlabel" for="aaspam">' . $lang ['plugin'] ['accessibleantispam'] ['prefix'] . ' <strong>$question (*)</strong></label><br /> echo '<p><label class="textlabel" for="aaspam">' . $lang ['plugin'] ['accessibleantispam'] ['prefix'] . ' <strong>' . $question . ' (*)</strong></label><br />
<input type="text" name="aaspam" id="aaspam" /></p>'; <input type="text" name="aaspam" id="aaspam" /></p>';
} }