From: Daniel Cannon Date: Wed, 30 May 2007 19:48:41 +0000 (+0000) Subject: Fix for http://bugzilla.wikimedia.org/show_bug.cgi?id=10036 -- add "maxlength=200... X-Git-Tag: 1.31.0-rc.0~52759 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=108936e2be2b28a101a4864cb89427b71ec59078;p=lhc%2Fweb%2Fwiklou.git Fix for bugzilla.wikimedia.org/show_bug.cgi?id=10036 -- add "maxlength=200" to wpBlockReason inputbox. --- 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' ) ) . "