From c4d743ec39547c6f174d09ded638f18dabbb1e76 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 24 Sep 2008 11:53:03 +0000 Subject: [PATCH] Shorten expiry box --- includes/ProtectionForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 17c1858d6f..060fb59a24 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -374,7 +374,7 @@ class ProtectionForm { $mProtectother . ' ' . - Xml::input( "mwProtect-expiry-$action", 60, $this->mExpiry[$action], $attribs ) . + Xml::input( "mwProtect-expiry-$action", 50, $this->mExpiry[$action], $attribs ) . ' '; $out .= ""; -- 2.20.1