HTMLForm: Support 'url' type
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 28 Feb 2014 21:42:27 +0000 (16:42 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 12 Mar 2014 19:04:51 +0000 (15:04 -0400)
commit4bd9a382b8d629dbeab70e220bcf70dfc4ba5f1e
tree1335cc2fba6f20722ea0ba23fa4588342ccc8a08
parentd3fe160d07d7aa62a2df79ccb209030c9dcd38fe
HTMLForm: Support 'url' type

SecurePoll will have a field that's a url, so we may as well use the
correct HTML5 input type for it.

Change-Id: Id3ddd8f2efdff08c8a188089d321d143ce5ef9c9
includes/htmlform/HTMLForm.php
includes/htmlform/HTMLTextField.php