Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php |
— | — | @@ -404,7 +404,7 @@ |
405 | 405 | Xml::label( wfMsg( 'revdelete-otherreason' ), 'wpReason' ) . |
406 | 406 | '</td>' . |
407 | 407 | '<td class="mw-input">' . |
408 | | - Xml::input( 'wpReason', 60, $this->otherReason, array( 'id' => 'wpReason' ) ) . |
| 408 | + Xml::input( 'wpReason', 60, $this->otherReason, array( 'id' => 'wpReason', 'maxlength' => 100 ) ) . |
409 | 409 | '</td>' . |
410 | 410 | "</tr><tr>\n" . |
411 | 411 | '<td></td>' . |