aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-09-28 10:40:20 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-09-28 10:40:20 +0000
commit4208ed9c57cc515b3dc402e380ed62ed73b210c8 (patch)
tree8aeed42ccb38cb2b7c6920e91c8a4de3632cb2f6 /phpBB
parenteb7ac464cfa690752eaa73b9e6e24f32ff2b172c (diff)
downloadforums-4208ed9c57cc515b3dc402e380ed62ed73b210c8.tar
forums-4208ed9c57cc515b3dc402e380ed62ed73b210c8.tar.gz
forums-4208ed9c57cc515b3dc402e380ed62ed73b210c8.tar.bz2
forums-4208ed9c57cc515b3dc402e380ed62ed73b210c8.tar.xz
forums-4208ed9c57cc515b3dc402e380ed62ed73b210c8.zip
#52095
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10192 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/captcha_recaptcha.html2
-rw-r--r--phpBB/styles/prosilver/template/captcha_recaptcha.html2
-rw-r--r--phpBB/styles/subsilver2/template/captcha_recaptcha.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/captcha_recaptcha.html b/phpBB/adm/style/captcha_recaptcha.html
index c7e2cd6150..025a13bde0 100644
--- a/phpBB/adm/style/captcha_recaptcha.html
+++ b/phpBB/adm/style/captcha_recaptcha.html
@@ -4,7 +4,7 @@
<script type="text/javascript">
// <![CDATA[
var RecaptchaOptions = {
- lang : '{L_RECAPTCHA_LANG}',
+ lang : '{L_RECAPTCHA_LANG}',
};
// ]]>
</script>
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html
index 9ab61faccf..702a942004 100644
--- a/phpBB/styles/prosilver/template/captcha_recaptcha.html
+++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html
@@ -15,7 +15,7 @@
<script type="text/javascript">
// <![CDATA[
var RecaptchaOptions = {
- lang : '{L_RECAPTCHA_LANG}',
+ lang : '{L_RECAPTCHA_LANG}',
tabindex : <!-- IF $CAPTCHA_TAB_INDEX -->{$CAPTCHA_TAB_INDEX}<!-- ELSE -->10<!-- ENDIF -->
};
// ]]>
diff --git a/phpBB/styles/subsilver2/template/captcha_recaptcha.html b/phpBB/styles/subsilver2/template/captcha_recaptcha.html
index 56e70286ca..7f98041b64 100644
--- a/phpBB/styles/subsilver2/template/captcha_recaptcha.html
+++ b/phpBB/styles/subsilver2/template/captcha_recaptcha.html
@@ -8,7 +8,7 @@
<script type="text/javascript">
// <![CDATA[
var RecaptchaOptions = {
- lang : '{L_RECAPTCHA_LANG}',
+ lang : '{L_RECAPTCHA_LANG}',
tabindex : <!-- IF $CAPTCHA_TAB_INDEX -->{$CAPTCHA_TAB_INDEX}<!-- ELSE -->10<!-- ENDIF -->
};
// ]]>