r44250 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44249‎ | r44250 | r44251 >
Date:14:37, 5 December 2008
Author:aaron
Status:ok
Tags:
Comment:
XHTML fix
Modified paths:
  • /trunk/phase3/includes/specials/SpecialImport.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialImport.php
@@ -147,8 +147,8 @@
148148 </tr>
149149 <tr>
150150 <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' ) ) . ' ' .
153153 "</td>
154154 </tr>
155155 <tr>

Follow-up revisions

RevisionCommit summaryAuthorDate
r44425Follow-up to r44245, r44250 (comment field on Special:Import)...brion22:31, 10 December 2008

Status & tagging log