Index: trunk/phase3/includes/specials/SpecialListgrouprights.php |
— | — | @@ -109,7 +109,7 @@ |
110 | 110 | $wgOut->addHTML( |
111 | 111 | Xml::closeElement( 'table' ) . "\n<br /><hr />\n" |
112 | 112 | ); |
113 | | - $wgOut->addWikiMsg( 'listgrouprights-key' ); |
| 113 | + $wgOut->wrapWikiMsg( "<div class=\"mw-listgrouprights-key\">\n$1</div>",'listgrouprights-key' ); |
114 | 114 | } |
115 | 115 | |
116 | 116 | /** |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -158,6 +158,8 @@ |
159 | 159 | will still load it if it exists, but it's not required for anything |
160 | 160 | * Added $wgSecondaryGoNamespaces, allowing an array of namespaces to be checked |
161 | 161 | when the Go button is pressed in addition to the main namespace. |
| 162 | +* (bug 19900) The "listgrouprights-key" message is now wrapped in a div with |
| 163 | + class "mw-listgrouprights-key" |
162 | 164 | |
163 | 165 | === Bug fixes in 1.16 === |
164 | 166 | |