diff options
Diffstat (limited to 'phpBB/adm/style/captcha_qa_acp.html')
-rw-r--r-- | phpBB/adm/style/captcha_qa_acp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html index 6913915892..d069233ccd 100644 --- a/phpBB/adm/style/captcha_qa_acp.html +++ b/phpBB/adm/style/captcha_qa_acp.html @@ -70,7 +70,7 @@ </dl> <dl> <dt><label for="question_text">{L_QUESTION_TEXT}</label><br /><span>{L_QUESTION_TEXT_EXPLAIN}</span></dt> - <dd><input id="question_text" name="question_text" type="text" value="{QUESTION_TEXT}" /></dd> + <dd><input id="question_text" maxlength="255" size="60" name="question_text" type="text" value="{QUESTION_TEXT}" /></dd> </dl> <dl> <dt><label for="answers">{L_QUESTION_ANSWERS}</label><br /><span>{L_ANSWERS_EXPLAIN}</span></dt> |