1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/9939] Fix JavaScript error in admin recaptcha template

PHPBB3-9939
This commit is contained in:
Igor Wiedler
2010-12-05 14:35:19 +01:00
parent f6a48b495e
commit 7dd06e8113

View File

@@ -5,7 +5,7 @@
// <![CDATA[ // <![CDATA[
var RecaptchaOptions = { var RecaptchaOptions = {
lang : '{LA_RECAPTCHA_LANG}', lang : '{LA_RECAPTCHA_LANG}',
theme : 'clean', theme : 'clean'
}; };
// ]]> // ]]>
</script> </script>