From 108936e2be2b28a101a4864cb89427b71ec59078 Mon Sep 17 00:00:00 2001 From: Daniel Cannon Date: Wed, 30 May 2007 19:48:41 +0000 Subject: [PATCH] Fix for http://bugzilla.wikimedia.org/show_bug.cgi?id=10036 -- add "maxlength=200" to wpBlockReason inputbox. --- includes/SpecialBlockip.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/SpecialBlockip.php b/includes/SpecialBlockip.php index ce3618408e..b434c0a02d 100644 --- a/includes/SpecialBlockip.php +++ b/includes/SpecialBlockip.php @@ -196,7 +196,8 @@ class IPBlockForm { {$mIpbreason} " . Xml::input( 'wpBlockReason', 45, $this->BlockReason, - array( 'tabindex' => '5', 'id' => 'mw-bi-reason' ) ) . " + array( 'tabindex' => '5', 'id' => 'mw-bi-reason', + 'maxlength'=> '200' ) ) . " -- 2.20.1