Use Html:rawElement() where possible in special pages.
authorC. Scott Ananian <cscott@cscott.net>
Fri, 26 Oct 2018 17:04:36 +0000 (13:04 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Fri, 26 Oct 2018 17:52:22 +0000 (13:52 -0400)
commitb702f5a659caad091148a817563715b9f4760b96
tree1ab49951a87d9fcf19587dcff1179612bcf2a2b3
parentb6be5ec0431bd47c7da932c82e5943cceebffc61
Use Html:rawElement() where possible in special pages.

Gently discourage building HTML by raw string concatenation.

Fixes for Special{Contributions/Recentchanges*/Undelete/Upload}.

Change-Id: I4a128e902dcce93372b2f188a1f37223c58ebe9a
includes/specials/SpecialContributions.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialRecentchangeslinked.php
includes/specials/SpecialUndelete.php
includes/specials/SpecialUpload.php