aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2010-12-05 13:45:24 +0000
committerChris Smith <toonarmy@phpbb.com>2010-12-05 13:45:24 +0000
commit500f0c05dbd625feb42f04fd463c8d17498f321b (patch)
tree20c6894d6ce5d32a51d160a3b003ba0a1e400402
parentf6a48b495e6c65c1ca2535a7d9ed7b42332ea464 (diff)
parent7dd06e8113d4a571d8681a9a11f2b06ca7a7beb8 (diff)
downloadforums-500f0c05dbd625feb42f04fd463c8d17498f321b.tar
forums-500f0c05dbd625feb42f04fd463c8d17498f321b.tar.gz
forums-500f0c05dbd625feb42f04fd463c8d17498f321b.tar.bz2
forums-500f0c05dbd625feb42f04fd463c8d17498f321b.tar.xz
forums-500f0c05dbd625feb42f04fd463c8d17498f321b.zip
Merge branch 'ticket/igorw/9939' into develop-olympus
* ticket/igorw/9939: [ticket/9939] Fix JavaScript error in admin recaptcha template
-rw-r--r--phpBB/adm/style/captcha_recaptcha.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/captcha_recaptcha.html b/phpBB/adm/style/captcha_recaptcha.html
index 586c494868..d3038fd714 100644
--- a/phpBB/adm/style/captcha_recaptcha.html
+++ b/phpBB/adm/style/captcha_recaptcha.html
@@ -5,7 +5,7 @@
// <![CDATA[
var RecaptchaOptions = {
lang : '{LA_RECAPTCHA_LANG}',
- theme : 'clean',
+ theme : 'clean'
};
// ]]>
</script>