Ticket #763 (closed defect: fixed)
wrong input type in user registration invite code module form
| Reported by: | BugMeNot | Owned by: | BrianKoontz |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.6.5 |
| Component: | authentication | Version: | 1.1.6.4 |
| Severity: | normal | Keywords: | 1.1.7-ported |
| Cc: |
Description
line 49 in libs\UR\URInviteCodeModule\URInviteCodeModule.php
echo "Enter invitation code: <input type='textarea' name='UR_inviteCode'/><br/>";
im not into (x)html... but afaik the textarea is not allowed here and it works with 'text'... so the obvious fix would be to change 'textarea' into 'text' :)
it breaks eve-online's ingame browser (which is really buggy...).
Change History
Note: See
TracTickets for help on using
tickets.