(bug 12887) No "name" attribute for TR tags.
authorHuji <huji@users.mediawiki.org>
Sun, 3 Feb 2008 09:27:13 +0000 (09:27 +0000)
committerHuji <huji@users.mediawiki.org>
Sun, 3 Feb 2008 09:27:13 +0000 (09:27 +0000)
includes/Article.php

index ec702a7..69fc053 100644 (file)
@@ -2095,7 +2095,7 @@ class Article {
                        Xml::openElement( 'fieldset' ) .
                        Xml::element( 'legend', array(), wfMsg( 'delete-legend' ) ) .
                        Xml::openElement( 'table' ) .
-                       "<tr id=\"wpDeleteReasonListRow\" name=\"wpDeleteReasonListRow\">
+                       "<tr id=\"wpDeleteReasonListRow\">
                                <td align='$align'>" .
                                        Xml::label( wfMsg( 'deletecomment' ), 'wpDeleteReasonList' ) .
                                "</td>
@@ -2105,7 +2105,7 @@ class Article {
                                                wfMsgForContent( 'deletereasonotherlist' ), '', 'wpReasonDropDown', 1 ) .
                                "</td>
                        </tr>
-                       <tr id=\"wpDeleteReasonRow\" name=\"wpDeleteReasonRow\">
+                       <tr id=\"wpDeleteReasonRow\">
                                <td align='$align'>" .
                                        Xml::label( wfMsg( 'deleteotherreason' ), 'wpReason' ) .
                                "</td>