Ticket #763 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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:&nbsp;<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

Changed 2 years ago by BrianKoontz

  • owner changed from unassigned to BrianKoontz
  • status changed from new to assigned

Changed 2 years ago by BrianKoontz

(In [1084]) Fixed invalid INPUT attribute. Refs #763.

Changed 2 years ago by BrianKoontz

  • status changed from assigned to closed
  • resolution set to fixed

Changed 2 years ago by DotMG

  • keywords 1.1.7-ported added
Note: See TracTickets for help on using tickets.