aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-12-05 14:35:19 +0100
committerIgor Wiedler <igor@wiedler.ch>2010-12-05 14:35:19 +0100
commit7dd06e8113d4a571d8681a9a11f2b06ca7a7beb8 (patch)
tree20c6894d6ce5d32a51d160a3b003ba0a1e400402
parentf6a48b495e6c65c1ca2535a7d9ed7b42332ea464 (diff)
downloadforums-7dd06e8113d4a571d8681a9a11f2b06ca7a7beb8.tar
forums-7dd06e8113d4a571d8681a9a11f2b06ca7a7beb8.tar.gz
forums-7dd06e8113d4a571d8681a9a11f2b06ca7a7beb8.tar.bz2
forums-7dd06e8113d4a571d8681a9a11f2b06ca7a7beb8.tar.xz
forums-7dd06e8113d4a571d8681a9a11f2b06ca7a7beb8.zip
[ticket/9939] Fix JavaScript error in admin recaptcha template
PHPBB3-9939
-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>