We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc476e commit 2366343Copy full SHA for 2366343
views/templates/hook/hookDisplayNewsletterRegistration.tpl
@@ -26,7 +26,7 @@
26
<div class="col-xs-12 pull-right">
27
{if $captchaVersion == 2}
28
<div class="g-recaptcha" data-sitekey="{$publicKey|escape:'html'}" id="captcha-box-newsletter" data-theme="{$captchatheme}"></div>
29
- <script src="https://www.google.com/recaptcha/api.js{if isset($captchaforcelang)}?hl={$captchaforcelang}{/if}" async defer></script>
+ <script src="https://www.google.com/recaptcha/api.js?hl={$captchalang}" async defer></script>
30
{else}
31
<input type="hidden" id="captcha-box-newsletter" name="g-recaptcha-response"/>
32
<script src="https://www.google.com/recaptcha/api.js?render={$publicKey|escape:'html'}"></script>
0 commit comments