From: Aryeh Gregor Date: Wed, 26 Aug 2009 15:12:50 +0000 (+0000) Subject: Restore size=60 that got eaten by r55453 X-Git-Tag: 1.31.0-rc.0~40050 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=899bdfb93fe129ce449698c0b9261264a0d7af9d;p=lhc%2Fweb%2Fwiklou.git Restore size=60 that got eaten by r55453 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. --- diff --git a/includes/Article.php b/includes/Article.php index eead44ff42..f8143ac1ce 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2641,6 +2641,7 @@ class Article { " " . Html::input( 'wpReason', $reason, 'text', array( + 'size' => '60', 'maxlength' => '255', 'tabindex' => '2', 'id' => 'wpReason',