aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-08-10 11:52:10 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-08-10 11:52:10 +0000
commit2a276bf7de0f2fa9baeeb20bd78bf5a2dc73c5da (patch)
tree6e776fd1298b41d4a986626b771556be2fca2a67 /phpBB
parentdea4eb6a0bbe04cc6fdf354a0564e449547064ff (diff)
downloadforums-2a276bf7de0f2fa9baeeb20bd78bf5a2dc73c5da.tar
forums-2a276bf7de0f2fa9baeeb20bd78bf5a2dc73c5da.tar.gz
forums-2a276bf7de0f2fa9baeeb20bd78bf5a2dc73c5da.tar.bz2
forums-2a276bf7de0f2fa9baeeb20bd78bf5a2dc73c5da.tar.xz
forums-2a276bf7de0f2fa9baeeb20bd78bf5a2dc73c5da.zip
#49345
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9945 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/template/captcha_qa.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_qa.html b/phpBB/styles/prosilver/template/captcha_qa.html
index 375ae401a4..9de9bb8dc7 100644
--- a/phpBB/styles/prosilver/template/captcha_qa.html
+++ b/phpBB/styles/prosilver/template/captcha_qa.html
@@ -10,7 +10,7 @@
<dt><label>{QA_CONFIRM_QUESTION}</label>:<br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt>
<dd>
<input type="text" tabindex="10" name="qa_answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" />
- <input type="hidden" name="confirm_id" id="qa_confirm_id" value="{QA_CONFIRM_ID}" />
+ <input type="hidden" name="qa_confirm_id" id="qa_confirm_id" value="{QA_CONFIRM_ID}" />
</dd>
</dl>