Index: trunk/phase3/includes/ProtectionForm.php |
— | — | @@ -374,7 +374,7 @@ |
375 | 375 | $mProtectother . |
376 | 376 | '</td> |
377 | 377 | <td class="mw-input">' . |
378 | | - Xml::input( "mwProtect-expiry-$action", 60, $this->mExpiry[$action], $attribs ) . |
| 378 | + Xml::input( "mwProtect-expiry-$action", 50, $this->mExpiry[$action], $attribs ) . |
379 | 379 | '</td> |
380 | 380 | </tr></table>'; |
381 | 381 | $out .= "</td></tr></table></td></tr>"; |