r79735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79734‎ | r79735 | r79736 >
Date:17:22, 6 January 2011
Author:happy-melon
Status:ok
Tags:
Comment:
name attribute is invalid on <tr>s, and long-since deprecated generally.
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -3022,7 +3022,7 @@
30233023 wfRunHooks( 'ArticleConfirmDelete', array( $this, $wgOut, &$reason ) );
30243024
30253025 if ( $wgUser->isAllowed( 'suppressrevision' ) ) {
3026 - $suppress = "<tr id=\"wpDeleteSuppressRow\" name=\"wpDeleteSuppressRow\">
 3026+ $suppress = "<tr id=\"wpDeleteSuppressRow\">
30273027 <td></td>
30283028 <td class='mw-input'><strong>" .
30293029 Xml::checkLabel( wfMsg( 'revdelete-suppress' ),

Status & tagging log