From: Aaron Schulz Date: Fri, 5 Dec 2008 14:37:58 +0000 (+0000) Subject: XHTML fix X-Git-Tag: 1.31.0-rc.0~44116 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=7c97e15de1cbcd719963a59c23f96fdafa60d709;p=lhc%2Fweb%2Fwiklou.git XHTML fix --- diff --git a/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index 0859721127..5cfb917cb9 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -147,8 +147,8 @@ class SpecialImport extends SpecialPage { " . - 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' ) ) . ' ' . "