mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9939] Fix JavaScript error in admin recaptcha template
PHPBB3-9939
This commit is contained in:
parent
f6a48b495e
commit
7dd06e8113
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
// <![CDATA[
|
// <![CDATA[
|
||||||
var RecaptchaOptions = {
|
var RecaptchaOptions = {
|
||||||
lang : '{LA_RECAPTCHA_LANG}',
|
lang : '{LA_RECAPTCHA_LANG}',
|
||||||
theme : 'clean',
|
theme : 'clean'
|
||||||
};
|
};
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue