Index: trunk/phase3/includes/Article.php |
— | — | @@ -3022,7 +3022,7 @@ |
3023 | 3023 | wfRunHooks( 'ArticleConfirmDelete', array( $this, $wgOut, &$reason ) ); |
3024 | 3024 | |
3025 | 3025 | if ( $wgUser->isAllowed( 'suppressrevision' ) ) { |
3026 | | - $suppress = "<tr id=\"wpDeleteSuppressRow\" name=\"wpDeleteSuppressRow\"> |
| 3026 | + $suppress = "<tr id=\"wpDeleteSuppressRow\"> |
3027 | 3027 | <td></td> |
3028 | 3028 | <td class='mw-input'><strong>" . |
3029 | 3029 | Xml::checkLabel( wfMsg( 'revdelete-suppress' ), |