1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +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[
var RecaptchaOptions = {
lang : '{LA_RECAPTCHA_LANG}',
theme : 'clean',
theme : 'clean'
};
// ]]>
</script>