diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-03-13 06:26:06 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-16 07:31:19 +0100 |
| commit | 3857a08bdb05e30f90f56a7dd0d505ad19f4c403 (patch) | |
| tree | ba0dcd03fab679b4c0aab33561e32b97f418efee /tests/postgres_tests | |
| parent | b7093860df7bcdc3b8fafa9e6b206137da66d89b (diff) | |
Fixed #31361 -- Fixed invalid action="" in admin forms.
The attribute action="" (empty string) on the <form> element is invalid
HTML5. The spec (https://html.spec.whatwg.org/#attr-fs-action) says:
> The action and formaction content attributes, if specified, must have
> a value that is a valid non-empty URL potentially surrounded by
> spaces.
Emphasis on non-empty. The action attribute is allowed to be omitted, in
which case the current URL is used which is the same behavior as now.
Diffstat (limited to 'tests/postgres_tests')
0 files changed, 0 insertions, 0 deletions
