]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-shared: Remove a name attribute with an empty value
authorJuuso Lapinlampi <wub@partyvan.eu>
Wed, 11 May 2016 18:04:18 +0000 (18:04 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 12 May 2016 15:43:36 +0000 (17:43 +0200)
The name attribute is optional in an input element, but it must not be
an empty value.

See: https://html.spec.whatwg.org/#attr-fe-name
See: https://html.spec.whatwg.org/#the-input-element


No differences found