(bug 12887) No "name" attribute for TR tags.

This commit is contained in:
Huji 2008-02-03 09:27:13 +00:00
parent bf0f7e2a64
commit f67f709022

View 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>