Archived
1
0

Merge pull request #141 from wzeth/patch-19

set explicit height and width for captcha
This commit is contained in:
Jeff 2016-11-02 17:34:43 -04:00 committed by GitHub
commit 00fa6eb561

View File

@ -74,7 +74,7 @@
{{#i18n.Translations}}{{solution}}{{/i18n.Translations}} {{#i18n.Translations}}{{solution}}{{/i18n.Translations}}
</th> </th>
<td> <td>
<input type="text" name="captcha" autocomplete="off" id="captcha_solution" /> <input type="text" name="captcha" autocomplete="off" id="captcha_solution" height="175" width="350"/>
</td> </td>
</tr> </tr>
<!-- <tr> <!-- <tr>