name attribute is invalid on <tr>s, and long-since deprecated generally.
authorHappy-melon <happy-melon@users.mediawiki.org>
Thu, 6 Jan 2011 17:22:38 +0000 (17:22 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Thu, 6 Jan 2011 17:22:38 +0000 (17:22 +0000)
includes/Article.php

index dbe3236..8e6c293 100644 (file)
@@ -3022,7 +3022,7 @@ class Article {
                wfRunHooks( 'ArticleConfirmDelete', array( $this, $wgOut, &$reason ) );
 
                if ( $wgUser->isAllowed( 'suppressrevision' ) ) {
-                       $suppress = "<tr id=\"wpDeleteSuppressRow\" name=\"wpDeleteSuppressRow\">
+                       $suppress = "<tr id=\"wpDeleteSuppressRow\">
                                        <td></td>
                                        <td class='mw-input'><strong>" .
                                                Xml::checkLabel( wfMsg( 'revdelete-suppress' ),