Fix autofocus on Special:Activeusers
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 24 Feb 2016 19:40:53 +0000 (20:40 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 24 Feb 2016 19:40:53 +0000 (20:40 +0100)
commitbc5d873d76b6309e4f90bc999eaff0732e123a38
treea37a77c939c7cc0d37bee8fcb81fdc706f5d335b
parent7c4ad3248ed909802113673fba09ce377e2999a5
Fix autofocus on Special:Activeusers

Xml::inputLabel does not know about boolean parameters like autofocus,
so add it with an empty value or omitted it.

Fix validation error:
Bad value 1 for attribute autofocus on element input.

Change-Id: Idb7a7b58079d6c44b5a7f1fa226218bb685c8241
includes/specials/SpecialActiveusers.php