Fixes to Special:LinkSearch form
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 13 Mar 2013 17:08:55 +0000 (18:08 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 13 Mar 2013 17:08:55 +0000 (18:08 +0100)
commit63ddc8fc5b3cc84b66bd32604420cf9ed38432ed
treecd140450caab0c8973ccbc9fec9abdd7850c9c9f
parentdac3d8d7f28059ba7b30b4b74a5c0ec575c5854a
Fixes to Special:LinkSearch form

- Use Html class instead of Xml where possible
- Use Html class for <fieldset> generation, for consistency
- Add line breaks to the output for better readability
- Don't use $GLOBALS to access $wgScript

Change-Id: Ib11aa8ba3e3ef0e1ca07e0e3ac9605daa33f08a4
includes/specials/SpecialLinkSearch.php