We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c4f35e + 1346af6 commit 52a7202Copy full SHA for 52a7202
src/templates/captcha.php
@@ -2,7 +2,7 @@
2
require_once __DIR__.'/_base.php';
3
function displayCaptchaTemplate(bool $error, string $captchaImageSrc, string $captchaResolutionFormUrl, array $config): void
4
{
5
- crowdSecBaseTemplatePart1($config, $config['text']['captcha_wall']['tab_title'], \ENT_QUOTES); ?><style>
+ crowdSecBaseTemplatePart1($config, $config['text']['captcha_wall']['tab_title']); ?><style>
6
input {
7
margin-top: 10px;
8
padding: 10px;
0 commit comments