(bug 12887) No "name" attribute for TR tags.
This commit is contained in:
parent
bf0f7e2a64
commit
f67f709022
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue