Siebrand has submitted this change and it was merged. Change subject: Use Html class instead of Xml where possible in Special:Contributions ......................................................................
Use Html class instead of Xml where possible in Special:Contributions Also simplified the code by using Html::rawElement() instead of openElement() and closeElement() and added some lines breaks to the output for better readability. Change-Id: Ie7ce5c65ba34b30799580acda0a9d82eb38d257f --- M includes/specials/SpecialContributions.php 1 file changed, 15 insertions(+), 25 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/27442 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie7ce5c65ba34b30799580acda0a9d82eb38d257f Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> Gerrit-Reviewer: IAlex <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
