diff options
Diffstat (limited to 'subsilver2/template/captcha_qa.html')
-rw-r--r-- | subsilver2/template/captcha_qa.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsilver2/template/captcha_qa.html b/subsilver2/template/captcha_qa.html index 23d2a92..3a5778b 100644 --- a/subsilver2/template/captcha_qa.html +++ b/subsilver2/template/captcha_qa.html @@ -3,6 +3,6 @@ </tr> <tr> <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /><span class="gensmall">{L_CONFIRM_QUESTION_EXPLAIN}</span></td> - <td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></td> + <td class="row2"><input class="post" type="text" name="qa_answer" size="80"<!-- IF $CAPTCHA_TAB_INDEX --> tabindex="{$CAPTCHA_TAB_INDEX}"<!-- ENDIF --> /> <input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td> </tr> |