diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/captcha_qa.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/captcha_qa.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_qa.html b/phpBB/styles/subsilver2/template/captcha_qa.html index 1711bdb90d..c9f2ecbb4d 100644 --- a/phpBB/styles/subsilver2/template/captcha_qa.html +++ b/phpBB/styles/subsilver2/template/captcha_qa.html @@ -1,4 +1,7 @@ <tr> + <th colspan="2" valign="middle">{QA_CONFIRM_QUESTION}</th> + </tr> + <tr> <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}: </b><br /></td> <td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></td> <input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td> |