From 899bdfb93fe129ce449698c0b9261264a0d7af9d Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 26 Aug 2009 15:12:50 +0000 Subject: [PATCH] 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. --- includes/Article.php | 1 + 1 file changed, 1 insertion(+) 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', -- 2.20.1