diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-09-28 10:40:20 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-09-28 10:40:20 +0000 |
commit | 4208ed9c57cc515b3dc402e380ed62ed73b210c8 (patch) | |
tree | 8aeed42ccb38cb2b7c6920e91c8a4de3632cb2f6 /phpBB/adm/style/captcha_recaptcha.html | |
parent | eb7ac464cfa690752eaa73b9e6e24f32ff2b172c (diff) | |
download | forums-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/adm/style/captcha_recaptcha.html')
-rw-r--r-- | phpBB/adm/style/captcha_recaptcha.html | 2 |
1 files changed, 1 insertions, 1 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> |