mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Adjustement for r10050, related to Bug #50185
Use internal S_TAB_INDEX instead of DEFINE git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10055 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
// <![CDATA[
|
||||
var RecaptchaOptions = {
|
||||
lang : {L_RECAPTCHA_LANG},
|
||||
tabindex : <!-- INC $TAB_INDEX -->
|
||||
tabindex : <!-- INC S_TAB_INDEX -->
|
||||
};
|
||||
// ]]>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user