1
0
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:
Chris Smith
2010-12-05 13:45:24 +00:00

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>