Index: trunk/phase3/includes/SpecialBlockip.php |
— | — | @@ -196,7 +196,8 @@ |
197 | 197 | <td align=\"$alignRight\">{$mIpbreason}</td> |
198 | 198 | <td> |
199 | 199 | " . Xml::input( 'wpBlockReason', 45, $this->BlockReason, |
200 | | - array( 'tabindex' => '5', 'id' => 'mw-bi-reason' ) ) . " |
| 200 | + array( 'tabindex' => '5', 'id' => 'mw-bi-reason', |
| 201 | + 'maxlength'=> '200' ) ) . " |
201 | 202 | </td> |
202 | 203 | </tr> |
203 | 204 | <tr id='wpAnonOnlyRow'> |