Index: trunk/phase3/includes/specials/SpecialUserrights.php |
— | — | @@ -537,7 +537,7 @@ |
538 | 538 | foreach( $columns as $name => $column ) { |
539 | 539 | if( $column === array() ) |
540 | 540 | continue; |
541 | | - $ret .= Xml::element( 'th', null, wfMessage( 'userrights-' . $name . '-col', count( $column ) )->parse() ); |
| 541 | + $ret .= Xml::rawElement( 'th', null, wfMessage( 'userrights-' . $name . '-col', count( $column ) )->parse() ); |
542 | 542 | } |
543 | 543 | $ret.= "</tr>\n<tr>\n"; |
544 | 544 | foreach( $columns as $column ) { |