Do not wrap <table> inside <p> on Special:UserRights
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 5 Jun 2014 18:05:34 +0000 (20:05 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Thu, 5 Jun 2014 18:05:34 +0000 (20:05 +0200)
commitc9e7873b626bae8c799d0a550d12e752864ea534
tree2f16e53e9547b3a3636df8121fa07cab3e494f04
parent06811702cc90d4978d4ef4a7f266290928da751c
Do not wrap <table> inside <p> on Special:UserRights

Special:UserRights has a table inside a paragraph which is invalid html.
The validator will except the open <p> but than gives a error on the
closing </p>: "No p element in scope but a p end tag seen."
IE11 also gives a hint on the console (hint HTML1509).

Fixed this by just removing the paragraph.

Change-Id: Ie17725d0b8018853e445142fa9c436db5471dcc6
includes/specials/SpecialUserrights.php