* bug 21182 Fix invalid HTML in Special:Listgrouprights
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 19 Oct 2009 14:26:16 +0000 (14:26 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 19 Oct 2009 14:26:16 +0000 (14:26 +0000)
Patch by Platonides

RELEASE-NOTES
includes/specials/SpecialListgrouprights.php

index b040394..9acf54c 100644 (file)
@@ -570,6 +570,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 20256) Fixed SQL errors on Special:Recentchanges and Special:Recentchangeslinked
   on SQLite backend
 * (bug 20880) Fixed updater failure on SQLite backend
+* (bug 21182) Fixed invalid HTML in Special:Listgrouprights
 
 == API changes in 1.16 ==
 
index 568866f..82aaae2 100644 (file)
@@ -109,7 +109,7 @@ class SpecialListGroupRights extends SpecialPage {
                $wgOut->addHTML(
                        Xml::closeElement( 'table' ) . "\n<br /><hr />\n"
                );
-               $wgOut->wrapWikiMsg( "<div class=\"mw-listgrouprights-key\">\n$1</div>",'listgrouprights-key' );
+               $wgOut->wrapWikiMsg( "<div class=\"mw-listgrouprights-key\">\n$1\n</div>", 'listgrouprights-key' );
        }
 
        /**