Use Html::rawElement() instead of hardcoded string in Special:Contributions
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 29 Dec 2012 15:47:22 +0000 (16:47 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 29 Dec 2012 15:47:22 +0000 (16:47 +0100)
commit097eceafa27b92f5e26f399ee6e5c944016b0744
treecae05a0051b016a3819aa2024be81e9204b4efeb
parentede90ac05abc60bc87d59b27711cbc63f8cf899f
Use Html::rawElement() instead of hardcoded string in Special:Contributions

Since there is generally no classes in the list items, this avoids having a
lot of useless class="" in the output.

Change-Id: I804af2269def1f06d023145c9ced6f1afa0d0c71
includes/specials/SpecialContributions.php