mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02: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:
@@ -5,7 +5,7 @@
|
|||||||
// <![CDATA[
|
// <![CDATA[
|
||||||
var RecaptchaOptions = {
|
var RecaptchaOptions = {
|
||||||
lang : '{LA_RECAPTCHA_LANG}',
|
lang : '{LA_RECAPTCHA_LANG}',
|
||||||
theme : 'clean',
|
theme : 'clean'
|
||||||
};
|
};
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user