diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-08-24 14:22:30 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-08-24 14:22:30 +0000 |
| commit | d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5 (patch) | |
| tree | cda2087748e42540ea8e8fd1a8081792d3a6c95a /phpBB/styles/prosilver/template/captcha_recaptcha.html | |
| parent | 9382f6ba174e55ee0b43649e40282a6cb47800ff (diff) | |
| download | forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.tar forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.tar.gz forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.tar.bz2 forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.tar.xz forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.zip | |
new tabindex handling, #50185; subsilver doesn't use tabindexes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10050 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_recaptcha.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/captcha_recaptcha.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html index 18113b7632..9ec1f7f5de 100644 --- a/phpBB/styles/prosilver/template/captcha_recaptcha.html +++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html @@ -16,7 +16,8 @@ <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"> // <![CDATA[ var RecaptchaOptions = { - lang : {L_RECAPTCHA_LANG} + lang : {L_RECAPTCHA_LANG}, + tabindex : <!-- INC $TAB_INDEX --> }; // ]]> </script> |
