Index: trunk/phase3/includes/specials/SpecialImport.php |
— | — | @@ -147,8 +147,8 @@ |
148 | 148 | </tr> |
149 | 149 | <tr> |
150 | 150 | <td>" . |
151 | | - Xml::label( wfMsg('import-upload-comment'), 'comment' ) . |
152 | | - Xml::input( 'log-comment', 50, '', array( 'type' => 'text' ) ) . ' ' . |
| 151 | + Xml::label( wfMsg('import-upload-comment'), 'log-comment' ) . |
| 152 | + Xml::input( 'log-comment', 50, '', array( 'id' => 'log-comment', 'type' => 'text' ) ) . ' ' . |
153 | 153 | "</td> |
154 | 154 | </tr> |
155 | 155 | <tr> |