Restore size=60 that got eaten by r55453
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 26 Aug 2009 15:12:50 +0000 (15:12 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 26 Aug 2009 15:12:50 +0000 (15:12 +0000)
We should really be using CSS for this to get nice fluid widths, but
it's a real pain to do with tables' weird magical width algorithms.

includes/Article.php

index eead44f..f8143ac 100644 (file)
@@ -2641,6 +2641,7 @@ class Article {
                                "</td>
                                <td class='mw-input'>" .
                                Html::input( 'wpReason', $reason, 'text', array(
+                                       'size' => '60',
                                        'maxlength' => '255',
                                        'tabindex' => '2',
                                        'id' => 'wpReason',