From 7c97e15de1cbcd719963a59c23f96fdafa60d709 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 5 Dec 2008 14:37:58 +0000 Subject: [PATCH] XHTML fix --- includes/specials/SpecialImport.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ) ) . ' ' . " -- 2.20.1