#25565 closed Bug (fixed)
Remove action="" from admin forms
Reported by: | Ville Skyttä | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | 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
Empty value for action is not valid in HTML 5, but action can be omitted.
http://www.w3.org/TR/html5/forms.html#attributes-for-form-submission
Change History (3)
comment:1 by , 9 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6ff50012: