XHTML fix
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 5 Dec 2008 14:37:58 +0000 (14:37 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 5 Dec 2008 14:37:58 +0000 (14:37 +0000)
includes/specials/SpecialImport.php

index 0859721..5cfb917 100644 (file)
@@ -147,8 +147,8 @@ class SpecialImport extends SpecialPage {
                                </tr>
                                <tr>
                                        <td>" .
-                               Xml::label( wfMsg('import-upload-comment'), 'comment' ) .
-                               Xml::input( 'log-comment', 50, '', array( 'type' => 'text' ) ) . ' ' .
+                               Xml::label( wfMsg('import-upload-comment'), 'log-comment' ) .
+                               Xml::input( 'log-comment', 50, '', array( 'id' => 'log-comment', 'type' => 'text' ) ) . ' ' .
                                        "</td>
                                </tr>
                                <tr>