Skip to content

Commit 52a7202

Browse files
authored
Merge pull request #38 from crowdsecurity/fix-ci
fix typo
2 parents 6c4f35e + 1346af6 commit 52a7202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/captcha.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require_once __DIR__.'/_base.php';
33
function displayCaptchaTemplate(bool $error, string $captchaImageSrc, string $captchaResolutionFormUrl, array $config): void
44
{
5-
crowdSecBaseTemplatePart1($config, $config['text']['captcha_wall']['tab_title'], \ENT_QUOTES); ?><style>
5+
crowdSecBaseTemplatePart1($config, $config['text']['captcha_wall']['tab_title']); ?><style>
66
input {
77
margin-top: 10px;
88
padding: 10px;

0 commit comments

Comments
 (0)