aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-06 17:46:54 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-06 17:46:54 -0500
commit87a80e70da33a4730d1e16bd255b929d086f3151 (patch)
tree22eec04cf02c1390593b7ffbc3e91f4b84eb0d74 /phpBB/styles
parent875adc4247611fd0805d7a684c9f11bc99d7733f (diff)
downloadforums-87a80e70da33a4730d1e16bd255b929d086f3151.tar
forums-87a80e70da33a4730d1e16bd255b929d086f3151.tar.gz
forums-87a80e70da33a4730d1e16bd255b929d086f3151.tar.bz2
forums-87a80e70da33a4730d1e16bd255b929d086f3151.tar.xz
forums-87a80e70da33a4730d1e16bd255b929d086f3151.zip
[ticket/11081] Drop duplicated </td> in subsilver captcha qa template.
PHPBB3-11081
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subsilver2/template/captcha_qa.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_qa.html b/phpBB/styles/subsilver2/template/captcha_qa.html
index acc9cdcdfb..3a5778b33e 100644
--- a/phpBB/styles/subsilver2/template/captcha_qa.html
+++ b/phpBB/styles/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"<!-- IF $CAPTCHA_TAB_INDEX --> tabindex="{$CAPTCHA_TAB_INDEX}"<!-- ENDIF --> /></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>