Index: trunk/phase3/includes/SpecialUserrights.php |
— | — | @@ -360,8 +360,7 @@ |
361 | 361 | $grouplist . |
362 | 362 | Xml::tags( 'p', null, $this->groupCheckboxes( $groups ) ) . |
363 | 363 | Xml::openElement( 'table', array( 'border' => '0', 'id' => 'mw-userrights-table-outer' ) ) . |
364 | | - "</tr> |
365 | | - <tr> |
| 364 | + "<tr> |
366 | 365 | <td class='mw-label'>" . |
367 | 366 | Xml::label( wfMsg( 'userrights-reason' ), 'wpReason' ) . |
368 | 367 | "</td> |