Opened 8 years ago

Closed 8 years ago

#27256 closed Cleanup/optimization (fixed)

Change the selected attribute of select form tags to use HTML5 boolean syntax

Reported by: Jon Dufresne Owned by: nobody
Component: Forms Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Similar to #26928

Change the selected attribute of select form tags to use HTML5 boolean syntax.

Change History (3)

comment:1 by Jon Dufresne, 8 years ago

Has patch: set

comment:2 by Claude Paroz, 8 years ago

Triage Stage: UnreviewedReady for checkin

Looks good!

comment:3 by GitHub <noreply@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 2c716c1:

Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boolean syntax.

Note: See TracTickets for help on using tickets.
Back to Top