mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'ticket/igorw/9939' into develop-olympus
* ticket/igorw/9939: [ticket/9939] Fix JavaScript error in admin recaptcha template
This commit is contained in:
commit
500f0c05db
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