diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-08-23 15:08:37 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-08-23 15:08:37 +0000 |
| commit | 1aeec5df03baf242c4170cebe5464c8290b0a247 (patch) | |
| tree | 028164144eb44a9f3f92e5b3a61ddf6b7b5c1ebb /phpBB/styles/subsilver2/template/captcha_qa.html | |
| parent | 11f73b0f2138c16e672c39b3fd3221e9e4b747ab (diff) | |
| download | forums-1aeec5df03baf242c4170cebe5464c8290b0a247.tar forums-1aeec5df03baf242c4170cebe5464c8290b0a247.tar.gz forums-1aeec5df03baf242c4170cebe5464c8290b0a247.tar.bz2 forums-1aeec5df03baf242c4170cebe5464c8290b0a247.tar.xz forums-1aeec5df03baf242c4170cebe5464c8290b0a247.zip | |
Some more cleanup. Mostly whitespace changes.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10047 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/captcha_qa.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/captcha_qa.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_qa.html b/phpBB/styles/subsilver2/template/captcha_qa.html index c9f2ecbb4d..dc8d5505a1 100644 --- a/phpBB/styles/subsilver2/template/captcha_qa.html +++ b/phpBB/styles/subsilver2/template/captcha_qa.html @@ -2,7 +2,7 @@ <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> + <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> - </tr>
\ No newline at end of file + </tr> |
